Fix Ctrl+Tab in OS X

This commit is contained in:
David Capello 2015-04-04 14:35:14 -03:00
parent 22c3c4f20e
commit e6c0353e30

View File

@ -106,8 +106,8 @@
<param name="switch" value="true" /> <param name="switch" value="true" />
</key> </key>
<!-- Tabs --> <!-- Tabs -->
<key command="GotoNextTab" shortcut="Ctrl+Tab" mac="Cmd+Tab" /> <key command="GotoNextTab" shortcut="Ctrl+Tab" />
<key command="GotoPreviousTab" shortcut="Ctrl+Shift+Tab" mac="Cmd+Shift+Tab" /> <key command="GotoPreviousTab" shortcut="Ctrl+Shift+Tab" />
<!-- Others --> <!-- Others -->
<key command="SwitchColors" shortcut="X" /> <key command="SwitchColors" shortcut="X" />
<key command="ChangeColor" shortcut="9"> <key command="ChangeColor" shortcut="9">