Skip to content

Instantly share code, notes, and snippets.

@michaelmob
Last active June 2, 2024 12:22
Show Gist options
  • Save michaelmob/e57b6e0e9986153178681b0264ee24e0 to your computer and use it in GitHub Desktop.
Save michaelmob/e57b6e0e9986153178681b0264ee24e0 to your computer and use it in GitHub Desktop.
My Surfingkeys Configuration
// 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