mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 06:28:40 -09:00
parent
d148c486f5
commit
59273ddb2a
1 changed files with 4 additions and 1 deletions
|
|
@ -10,7 +10,10 @@
|
||||||
"window:minimize": "ctrl+shift+m",
|
"window:minimize": "ctrl+shift+m",
|
||||||
"window:zoom": "ctrl+shift+alt+m",
|
"window:zoom": "ctrl+shift+alt+m",
|
||||||
"window:toggleFullScreen": "f11",
|
"window:toggleFullScreen": "f11",
|
||||||
"window:close": "ctrl+shift+q",
|
"window:close": [
|
||||||
|
"ctrl+shift+q",
|
||||||
|
"alt+f4"
|
||||||
|
],
|
||||||
"tab:new": "ctrl+shift+t",
|
"tab:new": "ctrl+shift+t",
|
||||||
"tab:next": [
|
"tab:next": [
|
||||||
"ctrl+shift+]",
|
"ctrl+shift+]",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue