[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Shortcuts for copy/paste (Ctrl+Insert and Shift+Insert)

From: Marc <mlevrel_at_free.fr>
Date: Thu, 4 Dec 2008 08:22:26 -0800 (PST)

I looked at the code (but I can't compile, I've only VS6...)

In the accelerators section in the file "TortoiseMergeENG.rc"
there are these three lines :
    "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
    "V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT
    VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT

And effectively in the merge/view Window Shift+Insert works well !

Perharps it only lacks a line like this for Ctrl+Insert :

    VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT

It would be great if someone could see if it works !
Thanks,
Marc

On Dec 4, 9:03 am, Marc <mlev..._at_free.fr> wrote:
> Hello,
>
> I'm working with tortoise, and it is very useful and very stable !
>
> I re-opened an older message I agree with :
>
> I really missed that two shortcuts (Ctrl+Insert and Shift+Insert)
> which works with every controls that implement copy/paste under
> Windows.
>
> Especially in the Tortoise View/Merge window.
>
> So if it isn't too difficult...
> Thanks,
> Marc
>
> On Aug 15, 6:07 pm, ianwallen <ianwal..._at_gmail.com> wrote:
>
>
>
> > If not already done, I would like to request an enhancement to add
> > ctrl+insertand shift+insertas aliases to the shortcuts ctrl+c and
> > ctrl+v
>
> > According to wikipedia these are standard copy and paste shortcuts for
> > windows.http://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts
>
> > I have noticed that ctrl+insertand shift+insertdoes not work with
> > TortoiseMerge - and I'm assuming  there are probably a lot of other
> > areas where it does not work either.
>
> > I believe the ctrl+insertand shift+insertare the older shortcuts and
> > I should probably switch to the newer ctrl+c and ctrl+v. However I
> > can't seem to bring myself to use the ctrl+c and ctrl+v as I always
> > see ctrl+c to be for canceling/aborting job.
>
> > Thanks
>
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr..._at_tortoisesvn.tigris.org
> > For additional commands, e-mail: users-h..._at_tortoisesvn.tigris.org
>
> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr..._at_tortoisesvn.tigris.org].

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=979694

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2008-12-04 17:24:48 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.