remove short key for showing the settings tab

pull/2262/head
yann300 3 years ago
parent 71987769cd
commit 8e6f800f96
  1. 3
      apps/remix-ide/src/app/panels/layout.ts

@ -75,9 +75,6 @@ export class Layout extends Plugin {
} else if (e.code === 'KeyA') { } else if (e.code === 'KeyA') {
// Ctrl+Shift+A // Ctrl+Shift+A
this.call('menuicons', 'select', 'pluginManager') this.call('menuicons', 'select', 'pluginManager')
} else if (e.code === 'KeyS') {
// Ctrl+Shift+S
this.call('menuicons', 'select', 'settings')
} }
e.preventDefault() e.preventDefault()
} }

Loading…
Cancel
Save