update keyboards.gmi

This commit is contained in:
lee2sman 2021-08-28 03:08:13 -04:00
parent 32b0c36760
commit b0eb0111e5
1 changed files with 5 additions and 1 deletions

View File

@ -44,7 +44,11 @@ Okay I'm back. That game is awesome! I really recommend it!
### Disadvantages of Dvorak
Even to this day I really hate switching to QWERTY, though I can do it if I reallllly have to. The truth is that when I worked with students in the classroom pre-Covid it could be a pain to mentally switch if I was on their machine typing code. Though I know how to switch layout on their machines, I rarely do because I'm worried it'll confuse or creep them out for me to go into their settings and change their keyboard. This is the main drawback of Dvorak. You're a left-hander in a right-hander's world (bad metaphor, sorry). The other thing is that there really isn't widespread evidence with large scientific testing if Dvorak really is that much better for you than QWERTY. Anecdotally many of us think it is, and many of us think we type a lot faster now but there haven't been many (any?) studies as far as I know. That said, I think typing in Dvorak is fun. I barely remember the learning process since it was almost 15 years ago and relatively fast. And it's basically second nature and I don't think about it anymore. But I think even more effective than Dvorak is....a different keyboard.
Even to this day I really hate switching to QWERTY, though I can do it if I reallllly have to. The truth is that when I worked with students in the classroom pre-Covid it could be a pain to mentally switch if I was on their machine typing code. Though I know how to switch layout on their machines, I rarely do because I'm worried it'll confuse or creep them out for me to go into their settings and change their keyboard. This is the main drawback of Dvorak. You're a left-hander in a right-hander's world (bad metaphor, sorry). The other thing is that there really isn't widespread evidence with large scientific testing if Dvorak really is that much better for you than QWERTY. Anecdotally many of us think it is, and many of us think we type a lot faster now but there haven't been many (any?) studies as far as I know. That said, I think typing in Dvorak is fun. I barely remember the learning process since it was almost 15 years ago and relatively fast. And it's basically second nature and I don't think about it anymore. But I think even more effective than Dvorak is....a different keyboard AND avoiding using the mouse.
### Keyboard-driven computer use
Many hackers love keyboard-less computing. Not only is it slower, less efficient, using a computer mouse irritates my RSI way more than anything else. For this reason, I use Neovim, the modal text editor but also Vim 'keybindings' for the Terminal (in Fish shell) and use the i3 window manager. i3 was a pain to set up because it assumes QWERTY. At some point I'll put my i3 for Dvorak users tutorial up. A quick tip is to switch to QWERTY, log out and boot into i3, run the install wizard, then switch back to Dvorak.
Vim: Works fine in Dvorak, even navigation. As has been pointed out elsewhere, the j and k (down and up respectively) and h and l (left and right) keys are next to each other and feel natural to type. The ONLY disadvantage I've found is that for oldskool roguelike games with 8-direction keys I don't have the 4 corner keys to rely on.