|
|
|
|
|
by lambdaloop
1132 days ago
|
|
For the past couple years, I've been using this hacked version of xf86-input-evdev (by Teika Kazura), which allows the use of a space bar for the space and as a "control" modifier if held: https://github.com/lambdaloop/at-home-modifier-evdev I made a small modification so that if the space key is pressed shortly after a regular character, it just inserts a space immediately. This makes typing feel more natural, with spaces inserted as usual. I like this better than using the comma as a modifier, as the space bar is nicely positioned on the keyboard to take advantage of your thumbs already. Day to day, it's such a natural extension that I forget that I have this on. However, this is the first thing I install when I set up a new computer, as otherwise a lot of shortcuts are much more strenuous. Edit: I just realized that, while editing this, I've been pressing space-backspace (aka ctrl-backspace with this module) to delete whole words. I guess it's fully ingrained now! |
|