Skip to content

Commit

Permalink
fix(hotkeys): change hotkeys to not open devtools on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
chabou committed Jul 31, 2019
1 parent 8e843d1 commit 2f5063a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ const merge = require('lodash.merge');
const defaultConfig = {
debug: false,
hotkeys: {
selectCurrentPane: 'CommandOrControl+Alt+U',
selectCurrentTabPanes: 'CommandOrControl+Alt+I',
selectAllPanes: 'CommandOrControl+Alt+O',
toggleCurrentPane: 'CommandOrControl+Alt+P'
selectCurrentPane: 'CommandOrControl+Alt+P',
selectCurrentTabPanes: 'CommandOrControl+Alt+T',
selectAllPanes: 'CommandOrControl+Alt+A',
toggleCurrentPane: 'CommandOrControl+Alt+B'
},
indicatorStyle: {
position: 'absolute',
Expand Down

0 comments on commit 2f5063a

Please sign in to comment.