mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Make toggle-dev-tools command work in spec window
This commit is contained in:
@@ -22,6 +22,7 @@ class Keymap
|
||||
'meta-o': 'open'
|
||||
'meta-O': 'open-unstable'
|
||||
'meta-w': 'core:close'
|
||||
'alt-meta-i': 'toggle-dev-tools'
|
||||
|
||||
$(document).command 'new-window', => atom.newWindow()
|
||||
$(document).command 'open-user-configuration', => atom.open(config.configDirPath)
|
||||
|
||||
Reference in New Issue
Block a user