Skip to content

Instantly share code, notes, and snippets.

@ncornette
Last active April 2, 2017 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ncornette/860a12b50c5f661f11974864e8cf99cf to your computer and use it in GitHub Desktop.
Save ncornette/860a12b50c5f661f11974864e8cf99cf to your computer and use it in GitHub Desktop.
IntelliJ keymap for FR keyboard layout with alt+[1-9] key bindings
<keymap version="1" name="Default for XWin FR" parent="Default for XWin">
<action id="ActivateAndroidMonitorToolWindow">
<keyboard-shortcut first-keystroke="alt 6" />
<keyboard-shortcut first-keystroke="alt minus" />
</action>
<action id="ActivateChangesToolWindow">
<keyboard-shortcut first-keystroke="alt 9" />
<keyboard-shortcut first-keystroke="alt #10000c7" />
</action>
<action id="ActivateDebugToolWindow">
<keyboard-shortcut first-keystroke="alt 5" />
<keyboard-shortcut first-keystroke="alt left_parenthesis" />
</action>
<action id="ActivateFavoritesToolWindow">
<keyboard-shortcut first-keystroke="alt 2" />
<keyboard-shortcut first-keystroke="alt #10000e9" />
</action>
<action id="ActivateFindToolWindow">
<keyboard-shortcut first-keystroke="alt 3" />
<keyboard-shortcut first-keystroke="alt quotedbl" />
</action>
<action id="ActivateGradleToolWindow">
<keyboard-shortcut first-keystroke="alt right_parenthesis" />
</action>
<action id="ActivateHierarchyToolWindow">
<keyboard-shortcut first-keystroke="alt 8" />
<keyboard-shortcut first-keystroke="alt underscore" />
</action>
<action id="ActivateMessagesToolWindow">
<keyboard-shortcut first-keystroke="alt 0" />
<keyboard-shortcut first-keystroke="alt #10000e0" />
</action>
<action id="ActivatePreviewToolWindow">
<keyboard-shortcut first-keystroke="alt equals" />
</action>
<action id="ActivateProjectToolWindow">
<keyboard-shortcut first-keystroke="alt 1" />
<keyboard-shortcut first-keystroke="alt ampersand" />
</action>
<action id="ActivateRunToolWindow">
<keyboard-shortcut first-keystroke="alt 4" />
<keyboard-shortcut first-keystroke="alt quote" />
</action>
<action id="ActivateStructureToolWindow">
<keyboard-shortcut first-keystroke="alt 7" />
<keyboard-shortcut first-keystroke="alt #10000e8" />
</action>
<action id="CommentByBlockComment">
<keyboard-shortcut first-keystroke="shift ctrl slash" />
<keyboard-shortcut first-keystroke="shift ctrl divide" />
<keyboard-shortcut first-keystroke="shift ctrl colon" />
</action>
<action id="CommentByLineComment">
<keyboard-shortcut first-keystroke="ctrl slash" />
<keyboard-shortcut first-keystroke="ctrl divide" />
<keyboard-shortcut first-keystroke="ctrl colon" />
</action>
<action id="NextProjectWindow">
<keyboard-shortcut first-keystroke="ctrl alt close_bracket" />
<keyboard-shortcut first-keystroke="alt #1000153" />
</action>
<action id="SwitchApply">
<keyboard-shortcut first-keystroke="shift alt enter" />
</action>
<action id="SwitchDown">
<keyboard-shortcut first-keystroke="shift alt down" />
</action>
<action id="SwitchLeft">
<keyboard-shortcut first-keystroke="shift alt left" />
</action>
<action id="SwitchRight">
<keyboard-shortcut first-keystroke="shift alt right" />
</action>
<action id="SwitchUp">
<keyboard-shortcut first-keystroke="shift alt up" />
</action>
<action id="ToggleMainMenuAction">
<keyboard-shortcut first-keystroke="ctrl escape" />
</action>
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment