You shouldn't need to move your arm just to move your cursor. For those who won't (or can't), there's Trexkeys: keyboard mappings for home row navigation
- Hold the Trexkey (the key directly to the right of your spacebar)
- Press a home row key to move the cursor
- Press a key below the home row to both move the cursor, and select text
- Rawwrrrr!
Shortcuts on Windows are implemented using AutoHotKey.
- Install AutoHotKey
- Find the appropriate
.ahk
file inside thewindows
folder for your keyboard layout - if unsure, use "Standard" - Double click the AHK to run it - it will show up as an "H" icon in your system tray
- You're ready to use Trexkeys!
- Copy the AHK to your Startup folder to have it run automatically on startup (To find the startup folder, press Win+R,
then type
shell:Startup
)
Shortcuts on OS X are implemented using Karabiner.
- Install Karabiner
- Copy
mac/private.xml
to~/Library/Application\ Support/Karabiner/private.xml
- Open Karabiner preferences
- Click on the "Reload XML" button
- Search for and enable the "Trexkeys" keymapping
- You're ready to use Trexkeys!
Linux support would be great! If you can work out how to do it, PRs would be welcome.