Guest User

Untitled

a guest
Jun 21st, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.57 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <keymap version="1" name="zozi" parent="$default">
  3. <action id="$Copy">
  4. <keyboard-shortcut first-keystroke="control C" />
  5. <keyboard-shortcut first-keystroke="control INSERT" />
  6. <keyboard-shortcut first-keystroke="meta C" />
  7. </action>
  8. <action id="$Cut">
  9. <keyboard-shortcut first-keystroke="control X" />
  10. <keyboard-shortcut first-keystroke="shift DELETE" />
  11. <keyboard-shortcut first-keystroke="meta X" />
  12. </action>
  13. <action id="$Paste">
  14. <keyboard-shortcut first-keystroke="control V" />
  15. <keyboard-shortcut first-keystroke="shift INSERT" />
  16. <keyboard-shortcut first-keystroke="meta V" />
  17. </action>
  18. <action id="$Redo">
  19. <keyboard-shortcut first-keystroke="shift control Z" />
  20. <keyboard-shortcut first-keystroke="shift alt BACK_SPACE" />
  21. <keyboard-shortcut first-keystroke="shift meta Z" />
  22. </action>
  23. <action id="$SelectAll">
  24. <keyboard-shortcut first-keystroke="control A" />
  25. <keyboard-shortcut first-keystroke="meta A" />
  26. </action>
  27. <action id="$Undo">
  28. <keyboard-shortcut first-keystroke="control Z" />
  29. <keyboard-shortcut first-keystroke="alt BACK_SPACE" />
  30. <keyboard-shortcut first-keystroke="meta Z" />
  31. </action>
  32. <action id="CheckinProject">
  33. <keyboard-shortcut first-keystroke="control K" />
  34. <keyboard-shortcut first-keystroke="meta K" />
  35. </action>
  36. <action id="CloseActiveTab" />
  37. <action id="CloseAllEditors">
  38. <keyboard-shortcut first-keystroke="meta alt W" />
  39. <keyboard-shortcut first-keystroke="control alt F4" />
  40. </action>
  41. <action id="CloseAllEditorsButActive">
  42. <keyboard-shortcut first-keystroke="shift control F4" />
  43. <keyboard-shortcut first-keystroke="shift meta W" />
  44. </action>
  45. <action id="CloseEditor">
  46. <keyboard-shortcut first-keystroke="control F4" />
  47. <keyboard-shortcut first-keystroke="meta W" />
  48. </action>
  49. <action id="CodeCompletion">
  50. <keyboard-shortcut first-keystroke="control SPACE" />
  51. <keyboard-shortcut first-keystroke="shift alt SPACE" />
  52. </action>
  53. <action id="CommentByLineComment">
  54. <keyboard-shortcut first-keystroke="control SLASH" />
  55. <keyboard-shortcut first-keystroke="control DIVIDE" />
  56. <keyboard-shortcut first-keystroke="meta SLASH" />
  57. </action>
  58. <action id="CopyPaths">
  59. <keyboard-shortcut first-keystroke="shift control C" />
  60. <keyboard-shortcut first-keystroke="shift meta C" />
  61. </action>
  62. <action id="Diff.NextChange">
  63. <keyboard-shortcut first-keystroke="shift meta CLOSE_BRACKET" />
  64. <keyboard-shortcut first-keystroke="meta alt RIGHT" />
  65. </action>
  66. <action id="Diff.PrevChange">
  67. <keyboard-shortcut first-keystroke="shift meta OPEN_BRACKET" />
  68. <keyboard-shortcut first-keystroke="meta alt LEFT" />
  69. </action>
  70. <action id="Editor Copy">
  71. <keyboard-shortcut first-keystroke="meta C" />
  72. </action>
  73. <action id="Editor Cut">
  74. <keyboard-shortcut first-keystroke="meta X" />
  75. </action>
  76. <action id="Editor Paste">
  77. <keyboard-shortcut first-keystroke="meta V" />
  78. </action>
  79. <action id="Editor Redo">
  80. <keyboard-shortcut first-keystroke="shift meta Z" />
  81. </action>
  82. <action id="Editor SelectAll">
  83. <keyboard-shortcut first-keystroke="meta A" />
  84. </action>
  85. <action id="Editor Undo">
  86. <keyboard-shortcut first-keystroke="meta Z" />
  87. </action>
  88. <action id="EditorDeleteLine">
  89. <keyboard-shortcut first-keystroke="control Y" />
  90. <keyboard-shortcut first-keystroke="meta Y" />
  91. </action>
  92. <action id="EditorDeleteToWordStart">
  93. <keyboard-shortcut first-keystroke="control BACK_SPACE" />
  94. <keyboard-shortcut first-keystroke="meta BACK_SPACE" />
  95. </action>
  96. <action id="EditorDuplicate">
  97. <keyboard-shortcut first-keystroke="control D" />
  98. <keyboard-shortcut first-keystroke="meta D" />
  99. </action>
  100. <action id="EditorLineEnd">
  101. <keyboard-shortcut first-keystroke="END" />
  102. <keyboard-shortcut first-keystroke="meta RIGHT" />
  103. </action>
  104. <action id="EditorLineEndWithSelection">
  105. <keyboard-shortcut first-keystroke="shift END" />
  106. <keyboard-shortcut first-keystroke="shift meta RIGHT" />
  107. </action>
  108. <action id="EditorLineStart">
  109. <keyboard-shortcut first-keystroke="HOME" />
  110. <keyboard-shortcut first-keystroke="meta LEFT" />
  111. </action>
  112. <action id="EditorLineStartWithSelection">
  113. <keyboard-shortcut first-keystroke="shift HOME" />
  114. <keyboard-shortcut first-keystroke="shift meta LEFT" />
  115. </action>
  116. <action id="EditorNextWord">
  117. <keyboard-shortcut first-keystroke="control RIGHT" />
  118. <keyboard-shortcut first-keystroke="alt RIGHT" />
  119. </action>
  120. <action id="EditorNextWordWithSelection">
  121. <keyboard-shortcut first-keystroke="shift control RIGHT" />
  122. <keyboard-shortcut first-keystroke="shift alt RIGHT" />
  123. </action>
  124. <action id="EditorPreviousWord">
  125. <keyboard-shortcut first-keystroke="control LEFT" />
  126. <keyboard-shortcut first-keystroke="alt LEFT" />
  127. </action>
  128. <action id="EditorPreviousWordWithSelection">
  129. <keyboard-shortcut first-keystroke="shift control LEFT" />
  130. <keyboard-shortcut first-keystroke="shift alt LEFT" />
  131. </action>
  132. <action id="EditorTextEnd">
  133. <keyboard-shortcut first-keystroke="control END" />
  134. <keyboard-shortcut first-keystroke="meta DOWN" />
  135. </action>
  136. <action id="EditorTextStart">
  137. <keyboard-shortcut first-keystroke="control HOME" />
  138. <keyboard-shortcut first-keystroke="meta UP" />
  139. </action>
  140. <action id="EditorToggleColumnMode">
  141. <keyboard-shortcut first-keystroke="shift meta F8" />
  142. <keyboard-shortcut first-keystroke="shift meta MULTIPLY" />
  143. </action>
  144. <action id="FileStructurePopup" />
  145. <action id="Find">
  146. <keyboard-shortcut first-keystroke="control F" />
  147. <keyboard-shortcut first-keystroke="meta F" />
  148. </action>
  149. <action id="FindInPath">
  150. <keyboard-shortcut first-keystroke="shift control F" />
  151. <keyboard-shortcut first-keystroke="shift meta F" />
  152. </action>
  153. <action id="FindNext">
  154. <keyboard-shortcut first-keystroke="F3" />
  155. <keyboard-shortcut first-keystroke="control L" />
  156. <keyboard-shortcut first-keystroke="meta G" />
  157. </action>
  158. <action id="FindPrevious">
  159. <keyboard-shortcut first-keystroke="shift F3" />
  160. <keyboard-shortcut first-keystroke="shift control L" />
  161. <keyboard-shortcut first-keystroke="shift meta G" />
  162. </action>
  163. <action id="GotoAction">
  164. <keyboard-shortcut first-keystroke="shift control A" />
  165. <keyboard-shortcut first-keystroke="shift meta A" />
  166. </action>
  167. <action id="GotoClass" />
  168. <action id="GotoFile">
  169. <keyboard-shortcut first-keystroke="shift control N" />
  170. <keyboard-shortcut first-keystroke="shift meta N" />
  171. </action>
  172. <action id="GotoSymbol">
  173. <keyboard-shortcut first-keystroke="shift control alt N" />
  174. <keyboard-shortcut first-keystroke="control N" />
  175. </action>
  176. <action id="GotoTest">
  177. <keyboard-shortcut first-keystroke="shift control T" />
  178. <keyboard-shortcut first-keystroke="shift meta T" />
  179. </action>
  180. <action id="HighlightUsagesInFile">
  181. <keyboard-shortcut first-keystroke="shift control F7" />
  182. <keyboard-shortcut first-keystroke="shift meta F7" />
  183. </action>
  184. <action id="Images.EditExternaly">
  185. <keyboard-shortcut first-keystroke="meta O" />
  186. </action>
  187. <action id="NextEditorTab" />
  188. <action id="NextTab">
  189. <keyboard-shortcut first-keystroke="shift meta CLOSE_BRACKET" />
  190. <keyboard-shortcut first-keystroke="meta alt RIGHT" />
  191. </action>
  192. <action id="PasteMultiple">
  193. <keyboard-shortcut first-keystroke="shift control V" />
  194. <keyboard-shortcut first-keystroke="shift control INSERT" />
  195. <keyboard-shortcut first-keystroke="shift meta V" />
  196. </action>
  197. <action id="PlaybackLastMacro">
  198. <keyboard-shortcut first-keystroke="control F12" />
  199. </action>
  200. <action id="PreviousEditorTab" />
  201. <action id="PreviousTab">
  202. <keyboard-shortcut first-keystroke="shift meta OPEN_BRACKET" />
  203. <keyboard-shortcut first-keystroke="meta alt LEFT" />
  204. </action>
  205. <action id="RecentFiles">
  206. <keyboard-shortcut first-keystroke="control E" />
  207. <keyboard-shortcut first-keystroke="meta E" />
  208. </action>
  209. <action id="ReformatCode">
  210. <keyboard-shortcut first-keystroke="control alt L" />
  211. <keyboard-shortcut first-keystroke="meta alt L" />
  212. </action>
  213. <action id="Replace">
  214. <keyboard-shortcut first-keystroke="control R" />
  215. <keyboard-shortcut first-keystroke="meta R" />
  216. </action>
  217. <action id="ReplaceInPath">
  218. <keyboard-shortcut first-keystroke="shift control R" />
  219. <keyboard-shortcut first-keystroke="shift meta R" />
  220. </action>
  221. <action id="StartStopMacroRecording">
  222. <keyboard-shortcut first-keystroke="shift alt F12" />
  223. </action>
  224. <action id="Subversion.Add">
  225. <keyboard-shortcut first-keystroke="shift alt A" />
  226. </action>
  227. <action id="TestGestureAction" />
  228. <action id="ToggleBookmark" />
  229. <action id="ToggleFullScreenMode" />
  230. <action id="Tool_tests_Ruby">
  231. <keyboard-shortcut first-keystroke="alt F11" />
  232. <keyboard-shortcut first-keystroke="meta F11" />
  233. </action>
  234. <action id="Tool_tests_Run Focused Unit Test">
  235. <keyboard-shortcut first-keystroke="F11" />
  236. <keyboard-shortcut first-keystroke="control F10" />
  237. </action>
  238. <action id="Tool_tests_ruby test suite">
  239. <keyboard-shortcut first-keystroke="control alt F11" />
  240. </action>
  241. <action id="Tool_tests_selenium test suite">
  242. <keyboard-shortcut first-keystroke="shift control alt F11" />
  243. </action>
  244. <action id="Unscramble">
  245. <keyboard-shortcut first-keystroke="meta alt A" />
  246. </action>
  247. <action id="Vcs.ShowTabbedFileHistory">
  248. <keyboard-shortcut first-keystroke="shift alt H" />
  249. </action>
  250. <action id="Vcs.UpdateProject">
  251. <keyboard-shortcut first-keystroke="control T" />
  252. <keyboard-shortcut first-keystroke="meta T" />
  253. </action>
  254. </keymap>
Add Comment
Please, Sign In to add comment