Skip to content

Instantly share code, notes, and snippets.

@s3ni0r
Created August 16, 2020 12:27
Show Gist options
  • Save s3ni0r/eb96b5327b511c2cb2197c32a62c7529 to your computer and use it in GitHub Desktop.
Save s3ni0r/eb96b5327b511c2cb2197c32a62c7529 to your computer and use it in GitHub Desktop.
<keymap version="1" name="Default for KDE copy" parent="Default for KDE">
<action id="CollapseAll">
<keyboard-shortcut first-keystroke="ctrl subtract" />
</action>
<action id="CollapseExpandableComponent">
<keyboard-shortcut first-keystroke="shift enter" />
<keyboard-shortcut first-keystroke="ctrl subtract" />
</action>
<action id="CollapseRegion">
<keyboard-shortcut first-keystroke="ctrl subtract" />
</action>
<action id="EditorCloneCaretAbove">
<keyboard-shortcut first-keystroke="shift alt up" />
</action>
<action id="EditorCloneCaretBelow">
<keyboard-shortcut first-keystroke="shift alt down" />
</action>
<action id="EditorDecreaseFontSize">
<keyboard-shortcut first-keystroke="ctrl minus" />
</action>
<action id="EditorIncreaseFontSize">
<keyboard-shortcut first-keystroke="ctrl equals" />
</action>
<action id="ExpandAll">
<keyboard-shortcut first-keystroke="ctrl add" />
</action>
<action id="ExpandExpandableComponent">
<keyboard-shortcut first-keystroke="shift enter" />
<keyboard-shortcut first-keystroke="ctrl add" />
</action>
<action id="ExpandRegion">
<keyboard-shortcut first-keystroke="ctrl add" />
</action>
<action id="ExternalSystem.CollapseAll">
<keyboard-shortcut first-keystroke="ctrl subtract" />
</action>
<action id="ExternalSystem.ExpandAll">
<keyboard-shortcut first-keystroke="ctrl add" />
</action>
<action id="Images.Editor.ZoomIn">
<keyboard-shortcut first-keystroke="ctrl add" />
</action>
<action id="Images.Editor.ZoomOut">
<keyboard-shortcut first-keystroke="ctrl subtract" />
</action>
<action id="MoveLineDown" />
<action id="MoveLineUp" />
<action id="Scala.ExpandImplicits">
<keyboard-shortcut first-keystroke="shift ctrl alt minus" />
<keyboard-shortcut first-keystroke="shift ctrl alt subtract" />
</action>
<action id="Scala.ShowImplicits">
<keyboard-shortcut first-keystroke="shift ctrl alt equals" />
<keyboard-shortcut first-keystroke="shift ctrl alt add" />
</action>
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment