diff options
| -rw-r--r-- | background_scripts/commands.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 50302cf7..376461ba 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -170,7 +170,7 @@ defaultKeyMappings = "x": "removeTab" "X": "restoreTab" - ".": "togglePinTab" + "<a-p>": "togglePinTab" "o": "Vomnibar.activate" "O": "Vomnibar.activateInNewTab" |
