Do you change the key binding in the OS to be, i.e., Ctrl-Q?
Do you manage to stretch your left hand to the C key?
Do you use right ctrl and press shortcuts with your right hand?

- 1,449
- 2
- 15
- 19
8 Answers
When I switched to Dvorak, I was using primarily Ctrl+Ins and Shift+Ins for copy/paste. Now I use Ctrl+C and Ctrl+V and other program-specific shortcuts, but I have just learned to use them in their "weird" locations.
A similar question was asked on SuperUser, with the following answers:

- 452
- 2
- 8
- 20

- 2,519
- 5
- 28
- 54
-
Really you use as is? Do you strech your left hand, use right control or use booth hands? – sanfilippopablo Jun 05 '14 at 18:50
-
1On a normal keyboard, I usually use both hands, since I do a lot of touch typing and both hands are already up there. Sometimes I do it all with my right hand, but never stretch my left. On my work and home dev machines, I have keyboards with extra programmable keys and have mapped 3 of them to cut, copy, and paste... so in most cases I cheat! – techturtle Jun 05 '14 at 18:55
-
I've been using `Ctrl`/`Shift`+`Ins`/`Del` since before Windows, so that's what I am doing still, and in doing so avoided the whole issue. – KlaymenDK Jun 03 '16 at 10:20
-
@sanfilippopablo Stretching your hand to press ctrl and the top row would be quite difficult. It's much easier to just use two hands. – SurpriseDog May 23 '19 at 04:13
-
I used AutoHotKey to remap Windows-C, V and Z to copy, paste and undo. Eventually I then found I was using Control-C, V and Z instead and didn't need the mapping. – Ben T Jun 28 '19 at 01:05
macs have it built in (Dvorak - QWERTY ⌘: Temporarily changes the layout to QWERTY when you press and hold the Command key). there is a keyboard layout for dvorak with querty shortcuts. for windows, i use https://code.google.com/p/dvorak-qwerty/ it works well with ctrl and alt but dosen't work with the Win Key, which is not that bad.
On Linux, the solution that works great with some versions of Gnome on Wayland is this. It will set up all the rules on installation and will work transparently.
Previous answer:
Using Cinnamon, the following works when typing in some applications (i.e. vscode editor):
- In keyboard settings, add QWERTY keyboard layout as the first in the list,
- add Dvorak layout as the second
When typing text in an editor using the Dvorak layout, pressing Ctrl will still use the first (qwerty) layout. This does not work in other applications, like Firefox browser, for example so can be pretty confusing. Having a shortcut (i.e. Alt+Shift) for switching layouts assists in those cases.
While can be difficult at times, the advantage of this approach seems to be that it does not require additional software.

- 2,482
- 2
- 24
- 29
I use none of the proposed solutions: instead, I modify CapsLock so that it becomes a dead-key that I use to program various actions. For example, when I press CapsLock and the key marked (in QWERTY)
S
, this is mapped to Ctrl-X (and thus cut)D
, this is mapped to Ctrl-C (and thus copy)F
, this is mapped to Ctrl-V (and thus paste)I
, this is mapped to up-arrowK
, this is mapped to down-arrowJ
, this is mapped to left-arrowL
, this is mapped to right-arrow- etc.
This is was dubbed 'Home Row computing' by Gustavo Duarte when he introduced this idea in https://manybutfinite.com/post/home-row-computing/ and then https://manybutfinite.com/post/home-row-computing-on-mac/
I'm pretty sure that this amounts for a large part of the speed I gained when typing, in addition to touch-typing.

- 5,033
- 2
- 37
- 48
I've written Dvertkey, an AutoHotKey script, for this.
I've been a dvorak user for sixteen years, and for years I've used the various alternative keymaps mentioned in this thread, but all of them fall down when using a number of recent incarnations of Microsoft applications, such as the Office apps and SQL Server Management Studio. They seem to ignore Windows' own keymaps when using meta keys, rendering the hybrid layouts useless. AutoHotKey gets around this to ensure I get exactly what I want in any application.

- 21
- 3
I've been using Dvorak for so long now that I couldn't imagine remapping ctrl-c and other hotkeys to be in any other location than where they are supposed to be on the Dvorak keyboard. As for hotkeys, it's much easier and more natural to just use two hands to do the combinations. Use the left hand for ctrl and the other hand for the c-key. It would be too confusing to try and think ctrl-c and then press something else.
For the occasional windows game that requires WASD, I just switch the keyboard for the duration and if that means typing QWERTY sentences in chat then I just mentally switch and type a little bit slower.

- 462
- 8
- 18
Those characters are accessible with the right control key (a bit of a stretch for the x). If you are right handed, and have your right hand on the mouse, just move your left hand to the right control key and do the key combination

- 11,988
- 20
- 65
- 97