Last active
May 26, 2026 02:45
-
-
Save michaelmob/e57b6e0e9986153178681b0264ee24e0 to your computer and use it in GitHub Desktop.
My Surfingkeys Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Fix (2022-12-30): Holding shift to open a link in a new non-active tab using hints | |
| // https://github.com/brookhong/Surfingkeys/issues/1897 | |
| settings.hintShiftNonActive = true; | |
| // Fix (2026-04-30): Restore <C-a> to select-all in a textbox instead of jumping to line start | |
| // https://github.com/brookhong//issues/2315 | |
| api.iunmap('<Ctrl-a>'); | |
| // Hints | |
| api.Hints.setCharacters('fdsarewg'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment