Skip to content

Instantly share code, notes, and snippets.

@ncornette
Created September 19, 2019 09:03
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/48a4d943499d976f262c95a87c7c17b9 to your computer and use it in GitHub Desktop.
Save ncornette/48a4d943499d976f262c95a87c7c17b9 to your computer and use it in GitHub Desktop.
<keymap version="1" name="Default for GNOME FR" parent="Default for GNOME">
<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>
<action id="UpdateRunningApplication" />
<action id="android.deploy.ApplyChanges">
<keyboard-shortcut first-keystroke="ctrl f10" />
</action>
<action id="android.deploy.CodeSwap">
<keyboard-shortcut first-keystroke="ctrl alt f10" />
</action>
</keymap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment