File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,16 +75,16 @@ var view = {
7575 click : function ( ) {
7676 BrowserWindow . getFocusedWindow ( ) . reload ( )
7777 }
78- } ,
79- {
80- label : 'Toggle Developer Tools' ,
81- accelerator : ( function ( ) {
82- if ( process . platform === 'darwin' ) return 'Alt+Command+I'
83- else return 'Ctrl+Shift+I'
84- } ) ( ) ,
85- click : function ( item , focusedWindow ) {
86- if ( focusedWindow ) BrowserWindow . getFocusedWindow ( ) . toggleDevTools ( )
87- }
78+ // },
79+ // {
80+ // label: 'Toggle Developer Tools',
81+ // accelerator: (function () {
82+ // if (process.platform === 'darwin') return 'Alt+Command+I'
83+ // else return 'Ctrl+Shift+I'
84+ // })(),
85+ // click: function (item, focusedWindow) {
86+ // if (focusedWindow) BrowserWindow.getFocusedWindow().toggleDevTools()
87+ // }
8888 }
8989 ]
9090}
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ const nodeIpc = require('@rokt33r/node-ipc')
1010const OSX = global . process . platform === 'darwin'
1111
1212const defaultKeymap = {
13- toggleFinder : OSX ? 'Cmd + alt + s' : 'Super + alt + v ' ,
14- toggleMain : OSX ? 'Cmd + alt + v' : 'Super + alt + s '
13+ toggleFinder : OSX ? 'Cmd + alt + s' : 'Super + alt + s ' ,
14+ toggleMain : OSX ? 'Cmd + alt + v' : 'Super + alt + v '
1515}
1616const keymapFilename = 'keymap.json'
1717
Original file line number Diff line number Diff line change @@ -149,16 +149,16 @@ var view = {
149149 click : function ( ) {
150150 BrowserWindow . getFocusedWindow ( ) . reload ( )
151151 }
152- } ,
153- {
154- label : 'Toggle Developer Tools' ,
155- accelerator : ( function ( ) {
156- if ( process . platform === 'darwin' ) return 'Alt+Command+I'
157- else return 'Ctrl+Shift+I'
158- } ) ( ) ,
159- click : function ( item , focusedWindow ) {
160- if ( focusedWindow ) BrowserWindow . getFocusedWindow ( ) . toggleDevTools ( )
161- }
152+ // },
153+ // {
154+ // label: 'Toggle Developer Tools',
155+ // accelerator: (function () {
156+ // if (process.platform === 'darwin') return 'Alt+Command+I'
157+ // else return 'Ctrl+Shift+I'
158+ // })(),
159+ // click: function (item, focusedWindow) {
160+ // if (focusedWindow) BrowserWindow.getFocusedWindow().toggleDevTools()
161+ // }
162162 }
163163 ]
164164}
You can’t perform that action at this time.
0 commit comments