Advertisement
Morogn93

Untitled

Aug 19th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 7.06 KB | None | 0 0
  1. // Place your key bindings in this file to override the defaultsauto[]
  2. [{
  3.   "key": "ctrl+i",
  4.   "command": "cursorUp",
  5.   "when": "textInputFocus"
  6. },
  7. {
  8.   "key": "up",
  9.   "command": "-cursorUp",
  10.   "when": "textInputFocus"
  11. },
  12. {
  13.   "key": "ctrl+alt+i",
  14.   "command": "scrollLineUp",
  15.   "when": "textInputFocus"
  16. },
  17. {
  18.   "key": "ctrl+up",
  19.   "command": "-scrollLineUp",
  20.   "when": "textInputFocus"
  21. },
  22. {
  23.   "key": "ctrl+alt+k",
  24.   "command": "scrollLineDown",
  25.   "when": "textInputFocus"
  26. },
  27. {
  28.   "key": "ctrl+down",
  29.   "command": "-scrollLineDown",
  30.   "when": "textInputFocus"
  31. },
  32. {
  33.   "key": "ctrl+k",
  34.   "command": "cursorDown",
  35.   "when": "textInputFocus"
  36. },
  37. {
  38.   "key": "down",
  39.   "command": "-cursorDown",
  40.   "when": "textInputFocus"
  41. },
  42. {
  43.   "key": "ctrl+j",
  44.   "command": "cursorLeft",
  45.   "when": "textInputFocus"
  46. },
  47. {
  48.   "key": "left",
  49.   "command": "-cursorLeft",
  50.   "when": "textInputFocus"
  51. },
  52. {
  53.   "key": "ctrl+alt+j",
  54.   "command": "cursorWordStartLeft",
  55.   "when": "textInputFocus"
  56. },
  57. {
  58.   "key": "ctrl+left",
  59.   "command": "-cursorWordStartLeft",
  60.   "when": "textInputFocus"
  61. },
  62. {
  63.   "key": "ctrl+shift+alt+j",
  64.   "command": "cursorWordStartLeftSelect",
  65.   "when": "textInputFocus"
  66. },
  67. {
  68.   "key": "ctrl+shift+left",
  69.   "command": "-cursorWordStartLeftSelect",
  70.   "when": "textInputFocus"
  71. },
  72. {
  73.   "key": "alt+right",
  74.   "command": "-workbench.action.navigateForward"
  75. },
  76. {
  77.   "key": "ctrl+l",
  78.   "command": "cursorRight",
  79.   "when": "textInputFocus"
  80. },
  81. {
  82.   "key": "right",
  83.   "command": "-cursorRight",
  84.   "when": "textInputFocus"
  85. },
  86. {
  87.   "key": "ctrl+shift+l",
  88.   "command": "cursorRightSelect",
  89.   "when": "textInputFocus"
  90. },
  91. {
  92.   "key": "shift+right",
  93.   "command": "-cursorRightSelect",
  94.   "when": "textInputFocus"
  95. },
  96. {
  97.   "key": "ctrl+shift+alt+l",
  98.   "command": "cursorWordEndRightSelect",
  99.   "when": "textInputFocus"
  100. },
  101. {
  102.   "key": "ctrl+shift+right",
  103.   "command": "-cursorWordEndRightSelect",
  104.   "when": "textInputFocus"
  105. },
  106. {
  107.   "key": "ctrl+alt+l",
  108.   "command": "cursorWordEndRight",
  109.   "when": "textInputFocus"
  110. },
  111. {
  112.   "key": "ctrl+right",
  113.   "command": "-cursorWordEndRight",
  114.   "when": "textInputFocus"
  115. },
  116. {
  117.   "key": "ctrl+shift+i",
  118.   "command": "cursorUpSelect",
  119.   "when": "textInputFocus"
  120. },
  121. {
  122.   "key": "ctrl+shift+up",
  123.   "command": "-cursorUpSelect",
  124.   "when": "textInputFocus"
  125. },
  126. {
  127.   "key": "ctrl+shift+j",
  128.   "command": "cursorLeftSelect",
  129.   "when": "textInputFocus"
  130. },
  131. {
  132.   "key": "shift+left",
  133.   "command": "-cursorLeftSelect",
  134.   "when": "textInputFocus"
  135. },
  136. {
  137.   "key": "ctrl+shift+k",
  138.   "command": "cursorDownSelect",
  139.   "when": "textInputFocus"
  140. },
  141. {
  142.   "key": "ctrl+shift+down",
  143.   "command": "-cursorDownSelect",
  144.   "when": "textInputFocus"
  145. },
  146. {
  147.   "key": "ctrl+o",
  148.   "command": "cursorEnd",
  149.   "when": "textInputFocus"
  150. },
  151. {
  152.   "key": "end",
  153.   "command": "-cursorEnd",
  154.   "when": "textInputFocus"
  155. },
  156. {
  157.   "key": "ctrl+shift+o",
  158.   "command": "cursorEndSelect",
  159.   "when": "textInputFocus"
  160. },
  161. {
  162.   "key": "shift+end",
  163.   "command": "-cursorEndSelect",
  164.   "when": "textInputFocus"
  165. },
  166. {
  167.   "key": "ctrl+u",
  168.   "command": "cursorHome",
  169.   "when": "textInputFocus"
  170. },
  171. {
  172.   "key": "home",
  173.   "command": "-cursorHome",
  174.   "when": "textInputFocus"
  175. },
  176. {
  177.   "key": "ctrl+shift+u",
  178.   "command": "cursorHomeSelect",
  179.   "when": "textInputFocus"
  180. },
  181. {
  182.   "key": "shift+home",
  183.   "command": "-cursorHomeSelect",
  184.   "when": "textInputFocus"
  185. },
  186. {
  187.   "key": "ctrl+k",
  188.   "command": "selectNextSuggestion",
  189.   "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
  190. },
  191. {
  192.   "key": "down",
  193.   "command": "-selectNextSuggestion",
  194.   "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
  195. },
  196. {
  197.   "key": "ctrl+k",
  198.   "command": "settings.action.focusSettingsFile",
  199.   "when": "inSettingsSearch && !suggestWidgetVisible"
  200. },
  201. {
  202.   "key": "down",
  203.   "command": "-settings.action.focusSettingsFile",
  204.   "when": "inSettingsSearch && !suggestWidgetVisible"
  205. },
  206. {
  207.   "key": "ctrl+k",
  208.   "command": "settings.action.focusSettingsFromSearch",
  209.   "when": "inSettingsSearch && !suggestWidgetVisible"
  210. },
  211. {
  212.   "key": "down",
  213.   "command": "-settings.action.focusSettingsFromSearch",
  214.   "when": "inSettingsSearch && !suggestWidgetVisible"
  215. },
  216. {
  217.   "key": "ctrl+k",
  218.   "command": "workbench.action.interactivePlayground.arrowDown",
  219.   "when": "interactivePlaygroundFocus && !editorTextFocus"
  220. },
  221. {
  222.   "key": "down",
  223.   "command": "-workbench.action.interactivePlayground.arrowDown",
  224.   "when": "interactivePlaygroundFocus && !editorTextFocus"
  225. },
  226. {
  227.   "key": "ctrl+k",
  228.   "command": "showNextParameterHint",
  229.   "when": "editorFocus && parameterHintsMultipleSignatures && parameterHintsVisible"
  230. },
  231. {
  232.   "key": "down",
  233.   "command": "-showNextParameterHint",
  234.   "when": "editorFocus && parameterHintsMultipleSignatures && parameterHintsVisible"
  235. },
  236. {
  237.   "key": "ctrl+k",
  238.   "command": "notifications.focusNextToast",
  239.   "when": "notificationFocus && notificationToastsVisible"
  240. },
  241. {
  242.   "key": "down",
  243.   "command": "-notifications.focusNextToast",
  244.   "when": "notificationFocus && notificationToastsVisible"
  245. },
  246. {
  247.   "key": "ctrl+k",
  248.   "command": "list.focusDown",
  249.   "when": "listFocus && !inputFocus"
  250. },
  251. {
  252.   "key": "down",
  253.   "command": "-list.focusDown",
  254.   "when": "listFocus && !inputFocus"
  255. },
  256. {
  257.   "key": "ctrl+i",
  258.   "command": "list.focusUp",
  259.   "when": "listFocus && !inputFocus"
  260. },
  261. {
  262.   "key": "up",
  263.   "command": "-list.focusUp",
  264.   "when": "listFocus && !inputFocus"
  265. },
  266. {
  267.   "key": "ctrl+k",
  268.   "command": "keybindings.editor.focusKeybindings",
  269.   "when": "inKeybindings && inKeybindingsSearch"
  270. },
  271. {
  272.   "key": "down",
  273.   "command": "-keybindings.editor.focusKeybindings",
  274.   "when": "inKeybindings && inKeybindingsSearch"
  275. },
  276.  
  277. {
  278.   "key": "down",
  279.   "command": "-history.showNext",
  280.   "when": "historyNavigationEnabled && historyNavigationWidget"
  281. },
  282. {
  283.   "key": "ctrl+alt+u",
  284.   "command": "cursorPageUp",
  285.   "when": "textInputFocus"
  286. },
  287. {
  288.   "key": "pageup",
  289.   "command": "-cursorPageUp",
  290.   "when": "textInputFocus"
  291. },
  292. {
  293.   "key": "ctrl+alt+o",
  294.   "command": "cursorPageDown",
  295.   "when": "textInputFocus"
  296. },
  297. {
  298.   "key": "pagedown",
  299.   "command": "-cursorPageDown",
  300.   "when": "textInputFocus"
  301. },
  302. {
  303.   "key": "ctrl+i",
  304.   "command": "selectPrevPageSuggestion",
  305.   "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
  306. },
  307. {
  308.   "key": "pageup",
  309.   "command": "-selectPrevPageSuggestion",
  310.   "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
  311. },
  312. {
  313.   "key": "ctrl+i",
  314.   "command": "selectPrevSuggestion",
  315.   "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
  316. },
  317. {
  318.   "key": "ctrl+up",
  319.   "command": "-selectPrevSuggestion",
  320.   "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
  321. },
  322. {
  323.   "key": "up",
  324.   "command": "-selectPrevSuggestion",
  325.   "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
  326. },
  327. {
  328.   "key": "ctrl+pageup",
  329.   "command": "-selectPrevPageSuggestion",
  330.   "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
  331. },
  332.  
  333. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement