Skip to content
Open
3 changes: 3 additions & 0 deletions packages/image-view/keymaps/image-view.cson
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
'cmd-=': 'image-view:zoom-in'
'cmd--': 'image-view:zoom-out'
'cmd-_': 'image-view:zoom-out'
'cmd-8': 'image-view:center'
'cmd-9': 'image-view:zoom-to-fit'
'cmd-0': 'image-view:reset-zoom'

Expand All @@ -11,6 +12,7 @@
'ctrl-=': 'image-view:zoom-in'
'ctrl--': 'image-view:zoom-out'
'ctrl-_': 'image-view:zoom-out'
'ctrl-8': 'image-view:center'
'ctrl-9': 'image-view:zoom-to-fit'
'ctrl-0': 'image-view:reset-zoom'

Expand All @@ -19,5 +21,6 @@
'ctrl-=': 'image-view:zoom-in'
'ctrl--': 'image-view:zoom-out'
'ctrl-_': 'image-view:zoom-out'
'ctrl-8': 'image-view:center'
'ctrl-9': 'image-view:zoom-to-fit'
'ctrl-0': 'image-view:reset-zoom'
Loading
Loading