Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Implement issue #157. #169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Implement issue #157. #169

wants to merge 1 commit into from

Conversation

lufte
Copy link

@lufte lufte commented Jan 1, 2018

Implements #157

@@ -402,6 +411,7 @@
"openLinkInBackgroundTab": [
[{ "code": "KeyF", "key": "F", "shiftKey": true }]
],
"openMultipleLinksInBackgroundTabs": [],
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking of a shortcut in the form of ALT+something but, at least in linux, they open the browser's menus like File, Edit, and stuff like that. Let me know if you want some specific defaults.

if (SAKA_PLATFORM === 'firefox') {
backgroundOpenLink('openLinkInBackgroundTab', target)
}
hideHints()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to hide the current hint before re-showing them all because the element under the current hint will be considered "invisible" and a hint won't be rendered for it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant