remove short key for showing the settings tab

pull/5370/head
yann300 3 years ago
parent f7f9a58906
commit d6d97b3d07
  1. 3
      apps/remix-ide/src/app/panels/layout.ts

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

Loading…
Cancel
Save