Skip to content

Commit

Permalink
Add separate shortcut for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sblask committed May 18, 2017
1 parent f5bd279 commit 1887d53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Open tabs that would normally be opened last next to the current one. Tabs that
are being re-opened and tabs that are opened by clicking on links in the
current tab are therefore not included. You can change the setting
`browser.tabs.insertRelatedAfterCurrent` in `about:config` if you want even the
latter to be opened right next to the current.
latter to be opened right next to the current. You can use `Ctrl-Y`
(`Ctrl-Shift-Y` on Windows) to open a new tab at the default location.

Feedback
--------
Expand Down
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"open-new-tab-at-default-location": {
"description": "Open new tab at default location",
"suggested_key": {
"default": "Ctrl+Y"
"default": "Ctrl+Y",
"windows": "Ctrl+Shift+Y"
}
}
},
Expand Down

0 comments on commit 1887d53

Please # to comment.