Hansi.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <keymap version="1" name="Hansi" parent="$default">
  2. <action id="$SelectAll" />
  3. <action id="ActivateTerminalToolWindow">
  4. <keyboard-shortcut first-keystroke="back_quote" />
  5. </action>
  6. <action id="CloseContent">
  7. <keyboard-shortcut first-keystroke="ctrl w" />
  8. </action>
  9. <action id="EditorSelectWord">
  10. <keyboard-shortcut first-keystroke="ctrl a" />
  11. </action>
  12. <action id="FileChooser.TogglePathShowing" />
  13. <action id="FileStructurePopup">
  14. <keyboard-shortcut first-keystroke="ctrl r" />
  15. </action>
  16. <action id="GotoFile">
  17. <keyboard-shortcut first-keystroke="ctrl p" />
  18. </action>
  19. <action id="ParameterInfo" />
  20. <action id="Replace" />
  21. <action id="SaveAll" />
  22. <action id="ShowSettings">
  23. <keyboard-shortcut first-keystroke="alt comma" />
  24. </action>
  25. <action id="SplitHorizontally">
  26. <keyboard-shortcut first-keystroke="alt h" />
  27. </action>
  28. <action id="SplitVertically">
  29. <keyboard-shortcut first-keystroke="alt v" />
  30. </action>
  31. <action id="SwitchApply">
  32. <keyboard-shortcut first-keystroke="shift alt enter" />
  33. </action>
  34. <action id="SwitchDown">
  35. <keyboard-shortcut first-keystroke="shift alt down" />
  36. </action>
  37. <action id="SwitchLeft">
  38. <keyboard-shortcut first-keystroke="shift alt left" />
  39. </action>
  40. <action id="SwitchRight">
  41. <keyboard-shortcut first-keystroke="shift alt right" />
  42. </action>
  43. <action id="SwitchUp">
  44. <keyboard-shortcut first-keystroke="shift alt up" />
  45. </action>
  46. <action id="TableResult.GrowSelection" />
  47. <action id="org.intellij.plugins.markdown.ui.actions.editorLayout.CyclicSplitLayoutChangeAction" />
  48. </keymap>