kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #29919
Re: Copy/Paste/Cut defaults to ctrl + c, v, x as most other software.
-
To:
<kicad-developers@xxxxxxxxxxxxxxxxxxx>
-
From:
Maciej Sumiński <maciej.suminski@xxxxxxx>
-
Date:
Mon, 3 Jul 2017 16:51:03 +0200
-
Authentication-results:
spf=pass (sender IP is 188.184.36.48) smtp.mailfrom=cern.ch; lists.launchpad.net; dkim=none (message not signed) header.d=none;lists.launchpad.net; dmarc=bestguesspass action=none header.from=cern.ch;
-
In-reply-to:
<c90b74a3-caf3-5105-9da1-142603418134@gmail.com>
-
Spamdiagnosticmetadata:
NSPM
-
Spamdiagnosticoutput:
1:99
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1
Hi Kristoffer,
Thank you very much, I have just pushed your patch. I was really close
to implementing it myself, so I am glad you have done it.
Other related changes I would like to introduce (open for discussion):
- Proper naming for copy/duplicate operation (addressed by Fabrizio's
patch, I will simply rebase it and apply Wayne's remarks as it has been
reviewed already)
- Rename constants to match the actions (BLOCK_COPY->BLOCK_DUPLICATE,
BLOCK_SAVE->BLOCK_COPY)
- Remove the toolbar icons for cut/copy/paste. I am not sure if they are
even usable (with exception of Paste button). One cannot select a block
and move the mouse cursor out of the schematic frame to click the
toolbar buttons.
- Add Paste operation in the right-click context menu when clipboard is
not empty.
Regards,
Orson
On 07/03/2017 01:51 PM, Kristoffer Ödmark wrote:
> Hey!
>
> I made the copy/paste/cut functionality work as someone new to the
> software might expect. That is, the cut command now actually puts the
> block in clipboard and then deletes the block, compared to just deleting
> it (wtf)?
>
> They are also bound to the almost universal defaults of ctrl+c/v/x.
>
> - Kristoffer
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
Attachment:
signature.asc
Description: OpenPGP digital signature
Follow ups
References