Skip to content

Commit

Permalink
changing default hot-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon McLaren committed Oct 9, 2018
1 parent a632730 commit aab1c1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@
{
"suggested_key":
{
"default": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y"
"default": "Ctrl+Shift+1",
"mac": "Ctrl+Shift+1"
},
"description": "Run Cache Buster"
},
"hs-debug":
{
"suggested_key":
{
"default": "Ctrl+Shift+X",
"mac": "Command+Shift+X"
"default": "Ctrl+Shift+2",
"mac": "Ctrl+Shift+2"
},
"description": "toggle ?hsDebug=True in the URL"
}
Expand Down

0 comments on commit aab1c1e

Please sign in to comment.