Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Blacklist key combination for new tab
Browse files Browse the repository at this point in the history
Issue #1283
  • Loading branch information
pablosichert committed Nov 16, 2017
1 parent e3364e4 commit 15a0b70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Shortcuts/blacklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ const mods = [

export default Object.assign(...mods.map(mod => ({
[`${mod}+l`]: 'Focus address bar',
[`${mod}+t`]: 'New tab',
[`${mod}+w`]: 'Close tab'
})));

0 comments on commit 15a0b70

Please sign in to comment.