This will depend a bit on the person but for me when I injured my right arm I found that my touch typing muscle memory worked surprisingly well with a toggle key to flip the left side of my keyboard to become a mirrored version of the right side. Each finger was still hitting the same key like it would if I was using my right hand to hit the key but on my left hand. This was fairly easy to accomplish on a QMK firmwar…
I had the same experience, my typing speed with two hands is 90-120 but with one hand i can still get 50-70. The hard part is punctuation but with AI these days you could try just prompting and let the AI deal with syntax for you.
Ask HN: Options for One-Handed Typing
41–50 of 99 posts
Re: Ask HN: Options for One-Handed Typing
#42The wireless version has less of a gap, but you could always just get two of them and use the left half of one and the right half of another.
Feel free to reach out to me at justin (at) justin-c (dot) com, if you want to talk. I spent about 5 years working on custom mounting options for keyboards after getting a severe RSI, ultimately proven to be partially caused by a rheumatic condition.
Re: Ask HN: Options for One-Handed Typing
#43This will depend a bit on the person but for me when I injured my right arm I found that my touch typing muscle memory worked surprisingly well with a toggle key to flip the left side of my keyboard to become a mirrored version of the right side. Each finger was still hitting the same key like it would if I was using my right hand to hit the key but on my left hand. This was fairly easy to accomplish on a QMK firmwar…
Yes, I was just going to make this suggestion. If it's a temporary problem, you probably don't want a solution that requires extensive retraining to use. A mirrored keyboard takes advantage of existing brain wiring. autohotkey layout: https://github.com/hanmindev/mirrorboard xkb layout: https://blog.xkcd.com/2007/08/14/mirrorboard-a-one-handed-ke...
Re: Ask HN: Options for One-Handed Typing
#44Once their finger movement has been restored, I'd look into various large-split keyboards. The Kinesis Freestyle2 USB version has a large split (20") option that could help. They have screw hole mounts on the bottom which you could likely jerry-rig with a sling to put the keyboard in the proper position. I used it with a custom 3d-printed mount so that I could attach it to the arms of my chair. The wireless version h…
Re: Ask HN: Options for One-Handed Typing
#45The nice part is that I can still type pretty quickly one-handed (maybe 50 wpm? Haven't measured in a while) and it's convenient sometimes.
Re: Ask HN: Options for One-Handed Typing
#46Re: Ask HN: Options for One-Handed Typing
#47Once their finger movement has been restored, I'd look into various large-split keyboards. The Kinesis Freestyle2 USB version has a large split (20") option that could help. They have screw hole mounts on the bottom which you could likely jerry-rig with a sling to put the keyboard in the proper position. I used it with a custom 3d-printed mount so that I could attach it to the arms of my chair. The wireless version h…
Having a RSI myself, I find that I can provide very detailed instructions in regular english, for which voice dictation works quite well to Cursor (but any others should work too), then it will produce code that I have to edit very little. For most people this wouldn't be an efficient flow, but it greatly helps me reduce typing, thus is beneficial to me.
With something like that, I believe you could do well pecking around with one hand for edits without needing to do much typing.
On Mac, Karabiner-Elements is incredibly useful to remap things, such that you can enable things like mousekeys or otherwise that would keep from having to move (either) hand very much. It's also a way to do as others have shown on this post and do a mirror layout or add something analogous to layers without having to buy new keyboards.
Re: Ask HN: Options for One-Handed Typing
#48Re: Ask HN: Options for One-Handed Typing
#49This will depend a bit on the person but for me when I injured my right arm I found that my touch typing muscle memory worked surprisingly well with a toggle key to flip the left side of my keyboard to become a mirrored version of the right side. Each finger was still hitting the same key like it would if I was using my right hand to hit the key but on my left hand. This was fairly easy to accomplish on a QMK firmwar…
(defalias
lhs (tap-next-release spc (layer-toggle ytrewq)))
(deflayer ytrewq
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
bspc 0 9 8 7 6 _ _ _ _ _ _ _ _ _
_ p o i u y _ _ _ _ _ _ _ _
ret ; l k j h _ _ _ _ _ _ _ _ _
lsft / . , m n _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _ _ _)
1. https://github.com/kmonad/kmonadRe: Ask HN: Options for One-Handed Typing
#50https://news.ycombinator.com/item?id=38400368 DonHopkins on Nov 24, 2023 | parent | context | favorite | on: AI is currently just glorified compression I love David MacKay's brilliant work on the Dasher text input system, which draws deeply from his work on information theory -- imagine Dasher integrated with an IDE and code search and Copilot and language model! "Writing is navigating in the library of all possible…
I came here to suggest Dasher to OP also.