mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Rename root-view: event prefix to window:
This commit is contained in:
@@ -21,7 +21,7 @@ window.keymap.bindKeys 'body'
|
||||
pageup: 'core:page-up'
|
||||
pagedown: 'core:page-down'
|
||||
|
||||
'meta-S': 'root-view:save-all'
|
||||
'meta-+': 'root-view:increase-font-size'
|
||||
'meta--': 'root-view:decrease-font-size'
|
||||
'ctrl-w w': 'root-view:focus-next-pane'
|
||||
'meta-S': 'window:save-all'
|
||||
'meta-+': 'window:increase-font-size'
|
||||
'meta--': 'window:decrease-font-size'
|
||||
'ctrl-w w': 'window:focus-next-pane'
|
||||
|
||||
Reference in New Issue
Block a user