mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-02 11:59:58 +00:00
Re-add Ctrl+Q for Windows and Linux
This commit is contained in:
parent
d0f97260fc
commit
7b4cd3e136
@ -18,7 +18,8 @@
|
|||||||
<key command="RepeatLastExport" shortcut="Ctrl+Shift+X" mac="Cmd+Shift+X" />
|
<key command="RepeatLastExport" shortcut="Ctrl+Shift+X" mac="Cmd+Shift+X" />
|
||||||
<key command="AdvancedMode" shortcut="F11" />
|
<key command="AdvancedMode" shortcut="F11" />
|
||||||
<key command="DeveloperConsole" shortcut="F12" />
|
<key command="DeveloperConsole" shortcut="F12" />
|
||||||
<key command="Exit" shortcut="Alt+F4" mac="Cmd+Q" />
|
<key command="Exit" win="Ctrl+Q" linux="Ctrl+Q" mac="Cmd+Q" />
|
||||||
|
<key command="Exit" win="Alt+F4" />
|
||||||
<key command="Cancel" shortcut="Esc">
|
<key command="Cancel" shortcut="Esc">
|
||||||
<param name="type" value="all" />
|
<param name="type" value="all" />
|
||||||
</key>
|
</key>
|
||||||
|
Loading…
Reference in New Issue
Block a user