Add Cmd+K on macOS to open preferences (and remove old Ctrl+Shift+O)

This commit is contained in:
David Capello 2017-08-29 17:00:36 -03:00
parent 46ea414287
commit 607c4d139e

View File

@ -53,8 +53,8 @@
<key command="ColorCurve" shortcut="Ctrl+M" mac="Cmd+M" />
<key command="ColorCurve" shortcut="F10" />
<key command="PasteText" shortcut="T" />
<key command="Options" shortcut="Ctrl+K" mac="Cmd+," />
<key command="Options" shortcut="Ctrl+Shift+O" mac="Cmd+Shift+O" /> <!-- TODO remove this shortcut in v1.1 -->
<key command="Options" shortcut="Ctrl+K" mac="Cmd+K" />
<key command="Options" mac="Cmd+," />
<key command="KeyboardShortcuts" shortcut="Ctrl+Alt+Shift+K" mac="Cmd+Alt+Shift+K" />
<!-- Sprite -->
<key command="SpriteProperties" shortcut="Ctrl+P" mac="Cmd+P" />