Change ShowExtras shortcut to Cmd+H on OS X

This commit is contained in:
David Capello 2016-05-18 11:17:49 -03:00
parent 10be4b4d82
commit 05395c2437

View File

@ -112,7 +112,7 @@
<key command="PaletteEditor" shortcut="F4">
<param name="switch" value="true" />
</key>
<key command="ShowExtras" shortcut="Ctrl+H" />
<key command="ShowExtras" shortcut="Ctrl+H" mac="Cmd+H" />
<!-- Tabs -->
<key command="GotoNextTab" shortcut="Ctrl+Tab" />
<key command="GotoPreviousTab" shortcut="Ctrl+Shift+Tab" />