mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-18 21:40:46 +00:00
Add Cmd+, and Ctrl+K keyboard shortcuts to open preferences
This commit is contained in:
parent
bb24d8b995
commit
21b0f64a34
@ -49,7 +49,8 @@
|
||||
<key command="ColorCurve" shortcut="Ctrl+M" mac="Cmd+M" />
|
||||
<key command="ColorCurve" shortcut="F10" />
|
||||
<key command="ConfigureTools" shortcut="C" />
|
||||
<key command="Options" shortcut="Ctrl+Shift+O" mac="Cmd+Shift+O" />
|
||||
<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 -->
|
||||
<!-- Sprite -->
|
||||
<key command="SpriteProperties" shortcut="Ctrl+P" mac="Cmd+P" />
|
||||
<!-- Layer -->
|
||||
@ -433,8 +434,8 @@
|
||||
<item command="Despeckle" text="&Despeckle (median filter)" />
|
||||
</menu>
|
||||
<separator />
|
||||
<item command="ConfigureTools" text="Tool&s" />
|
||||
<item command="Options" text="&Options" />
|
||||
<item command="ConfigureTools" text="Tool&s..." />
|
||||
<item command="Options" text="Pre&ferences..." />
|
||||
</menu>
|
||||
<menu text="&Sprite">
|
||||
<item command="SpriteProperties" text="&Properties..." />
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!-- Aseprite -->
|
||||
<!-- Copyright (C) 2001-2014 by David Capello -->
|
||||
<gui>
|
||||
<window id="options" text="Options">
|
||||
<window id="options" text="Preferences">
|
||||
<vbox>
|
||||
<hbox>
|
||||
<view maxsize="true">
|
||||
|
Loading…
x
Reference in New Issue
Block a user