Last active
June 2, 2024 12:22
-
-
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 tab using hints | |
// https://github.com/brookhong/Surfingkeys/issues/1897 | |
settings.hintShiftNonActive = true; | |
api.mapkey('<space>', 'Select a tab using the omnibar', function() { | |
api.Front.openOmnibar({ type: "Tabs" }); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment