Skip to content

Commit

Permalink
Change keyboard shortcut for moving tabs to ctrl-shift-e
Browse files Browse the repository at this point in the history
fixes #85
  • Loading branch information
kesselborn committed Nov 8, 2017
1 parent b0b6cbc commit 767e5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Expand Up @@ -27,7 +27,7 @@
},
"_execute_page_action": {
"suggested_key": {
"default": "Ctrl+Shift+M"
"default": "Ctrl+Shift+E"
}
}
},
Expand All @@ -41,7 +41,7 @@
"19": "icons/icon_error_19.png",
"38": "icons/icon_error_38.png"
},
"default_title": "re-open to tab in other container (CMD+Shift+M / CTRL+Shift+M)"
"default_title": "re-open to tab in other container (Ctrl+Shift+E / Cmd+Shift+E (mac))"
},
"background": {
"scripts": [
Expand Down

0 comments on commit 767e5c3

Please sign in to comment.