Hacker News new | ask | show | jobs
by elago 2867 days ago
True for me. Using spacemacs which uses vi style keybindings, so most shortcuts are key sequences instead of chords. I think its faster for me to press two or three characters on the keyboard my fingers are already on before I move them into place on another keyboard.

Adding a second keyboard and using the Russian layout is a cool method to use a 2nd keyboard that doesn't just duplicate the keys of the first, and likely has more fun applications than just adding more shortcuts to your text editor.

1 comments

There's also "key-chord-mode" which lets you bind any function to any two keys pressed in unison (or right after each-other) [1]. IIRC it's built-in to all modern versions.

[1] https://www.emacswiki.org/emacs/KeyChord

I'm trying to build out more ergonomic bindings since emacs-pinky is starting to haunt me at times. I have key-chords setup for very common things like jump to beginning/end of line ('jk' and 'kl').