Skip to content

Commit

Permalink
[auto] make build(2015/12/30 07:17:21)
Browse files Browse the repository at this point in the history
  • Loading branch information
nana4gonta committed Dec 30, 2015
1 parent b7e02ca commit 653872e
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 195 deletions.
125 changes: 60 additions & 65 deletions release/keybindings-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,66 @@
"key": "meta+x",
"command": "workbench.action.showCommands"
},
{
"key": "ctrl+f",
"command": "cursorRight",
"when": "editorTextFocus"
},
{
"key": "ctrl+b",
"command": "cursorLeft",
"when": "editorTextFocus"
},
{
"key": "ctrl+n",
"command": "cursorDown",
"when": "editorTextFocus"
},
{
"key": "ctrl+p",
"command": "cursorUp",
"when": "editorTextFocus"
},
{
"key": "ctrl+a",
"command": "cursorHome",
"when": "editorTextFocus"
},
{
"key": "ctrl+e",
"command": "cursorEnd",
"when": "editorTextFocus"
},
{
"key": "alt+f",
"command": "cursorWordRight",
"when": "editorTextFocus"
},
{
"key": "alt+b",
"command": "cursorWordLeft",
"when": "editorTextFocus"
},
{
"key": "alt+shift+,",
"command": "cursorTop",
"when": "editorTextFocus"
},
{
"key": "alt+shift+.",
"command": "cursorBottom",
"when": "editorTextFocus"
},
{
"key": "ctrl+v",
"command": "cursorPageDown",
"when": "editorTextFocus"
},
{
"key": "alt+v",
"command": "cursorPageUp",
"when": "editorTextFocus"
},
{
"key": "ctrl+g",
"command": "closePeekDeclarationEditor",
Expand Down Expand Up @@ -118,66 +178,6 @@
"command": "workbench.action.closeMessages",
"when": "globalMessageVisible"
},
{
"key": "ctrl+f",
"command": "cursorRight",
"when": "editorTextFocus"
},
{
"key": "ctrl+b",
"command": "cursorLeft",
"when": "editorTextFocus"
},
{
"key": "ctrl+n",
"command": "cursorDown",
"when": "editorTextFocus"
},
{
"key": "ctrl+p",
"command": "cursorUp",
"when": "editorTextFocus"
},
{
"key": "ctrl+a",
"command": "cursorHome",
"when": "editorTextFocus"
},
{
"key": "ctrl+e",
"command": "cursorEnd",
"when": "editorTextFocus"
},
{
"key": "alt+f",
"command": "cursorWordRight",
"when": "editorTextFocus"
},
{
"key": "alt+b",
"command": "cursorWordLeft",
"when": "editorTextFocus"
},
{
"key": "alt+shift+,",
"command": "cursorTop",
"when": "editorTextFocus"
},
{
"key": "alt+shift+.",
"command": "cursorBottom",
"when": "editorTextFocus"
},
{
"key": "ctrl+v",
"command": "cursorPageDown",
"when": "editorTextFocus"
},
{
"key": "alt+v",
"command": "cursorPageUp",
"when": "editorTextFocus"
},
{
"key": "ctrl+x ctrl+f",
"command": "workbench.action.files.openFile"
Expand Down Expand Up @@ -339,11 +339,6 @@
"command": "editor.action.startFindReplaceAction",
"when": "editorTextFocus"
},
{
"key": "ctrl+x h",
"command": "editor.action.selectAll",
"when": "editorTextFocus"
},
{
"key": "ctrl+/",
"command": "undo",
Expand Down
125 changes: 60 additions & 65 deletions release/keybindings-osx.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,64 @@
[
{
"key": "ctrl+f",
"command": "cursorRight",
"when": "editorTextFocus"
},
{
"key": "ctrl+b",
"command": "cursorLeft",
"when": "editorTextFocus"
},
{
"key": "ctrl+n",
"command": "cursorDown",
"when": "editorTextFocus"
},
{
"key": "ctrl+p",
"command": "cursorUp",
"when": "editorTextFocus"
},
{
"key": "ctrl+a",
"command": "cursorHome",
"when": "editorTextFocus"
},
{
"key": "ctrl+e",
"command": "cursorEnd",
"when": "editorTextFocus"
},
{
"key": "alt+f",
"command": "cursorWordRight",
"when": "editorTextFocus"
},
{
"key": "alt+b",
"command": "cursorWordLeft",
"when": "editorTextFocus"
},
{
"key": "alt+shift+,",
"command": "cursorTop",
"when": "editorTextFocus"
},
{
"key": "alt+shift+.",
"command": "cursorBottom",
"when": "editorTextFocus"
},
{
"key": "ctrl+v",
"command": "cursorPageDown",
"when": "editorTextFocus"
},
{
"key": "alt+v",
"command": "cursorPageUp",
"when": "editorTextFocus"
},
{
"key": "ctrl+g",
"command": "closePeekDeclarationEditor",
Expand Down Expand Up @@ -74,66 +134,6 @@
"command": "workbench.action.closeMessages",
"when": "globalMessageVisible"
},
{
"key": "ctrl+f",
"command": "cursorRight",
"when": "editorTextFocus"
},
{
"key": "ctrl+b",
"command": "cursorLeft",
"when": "editorTextFocus"
},
{
"key": "ctrl+n",
"command": "cursorDown",
"when": "editorTextFocus"
},
{
"key": "ctrl+p",
"command": "cursorUp",
"when": "editorTextFocus"
},
{
"key": "ctrl+a",
"command": "cursorHome",
"when": "editorTextFocus"
},
{
"key": "ctrl+e",
"command": "cursorEnd",
"when": "editorTextFocus"
},
{
"key": "alt+f",
"command": "cursorWordRight",
"when": "editorTextFocus"
},
{
"key": "alt+b",
"command": "cursorWordLeft",
"when": "editorTextFocus"
},
{
"key": "alt+shift+,",
"command": "cursorTop",
"when": "editorTextFocus"
},
{
"key": "alt+shift+.",
"command": "cursorBottom",
"when": "editorTextFocus"
},
{
"key": "ctrl+v",
"command": "cursorPageDown",
"when": "editorTextFocus"
},
{
"key": "alt+v",
"command": "cursorPageUp",
"when": "editorTextFocus"
},
{
"key": "ctrl+x ctrl+f",
"command": "workbench.action.files.openFile"
Expand Down Expand Up @@ -295,11 +295,6 @@
"command": "editor.action.startFindReplaceAction",
"when": "editorTextFocus"
},
{
"key": "ctrl+x h",
"command": "editor.action.selectAll",
"when": "editorTextFocus"
},
{
"key": "ctrl+/",
"command": "undo",
Expand Down
Loading

0 comments on commit 653872e

Please sign in to comment.