mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
* WIP * WIP * Wip * Wip * wip * Refactor without normalize and plugin * Replace extendKeymaps by decorateKeymaps * WIP * Add mousetrap * Add first command over rpc * More commands * Add all commands * Begin to hook commands * Working multiple keymaps * Use redux action to trigger command * Use forked version of Mousetrap to capture key events * Fix lint * Add command in redux action to debug purpose * ExecCommand from menu click * Remove unused files * Fix xterm should ignore catched events * Re-enable IntelliSense checking * Remove unused runes dep
32 lines
1,020 B
JSON
32 lines
1,020 B
JSON
{
|
|
"window:devtools": "command+alt+i",
|
|
"window:reload": "command+r",
|
|
"window:reloadFull": "command+shift+r",
|
|
"window:preferences": "command+,",
|
|
"zoom:reset": "command+0",
|
|
"zoom:in": "command+plus",
|
|
"zoom:out": "command+minus",
|
|
"window:new": "command+n",
|
|
"window:minimize": "command+m",
|
|
"window:zoom": "ctrl+alt+command+m",
|
|
"window:toggleFullScreen": "command+ctrl+f",
|
|
"window:close": "command+shift+w",
|
|
"tab:new": "command+t",
|
|
"tab:next": "command+shift+]",
|
|
"tab:prev": "command+shift+[",
|
|
"tab:jump:prefix": "command",
|
|
"pane:next": "command+]",
|
|
"pane:prev": "command+[",
|
|
"pane:splitVertical": "command+d",
|
|
"pane:splitHorizontal": "command+shift+d",
|
|
"pane:close": "command+w",
|
|
"editor:undo": "command+z",
|
|
"editor:redo": "command+y",
|
|
"editor:cut": "command+x",
|
|
"editor:copy": "command+c",
|
|
"editor:paste": "command+v",
|
|
"editor:selectAll": "command+a",
|
|
"editor:clearBuffer": "command+k",
|
|
"editor:emojis": "command+ctrl+space",
|
|
"plugins:update": "command+shift+u"
|
|
}
|