mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-17 17:42:51 +00:00
Remove Ctrl+0/9 for ChangeColor because conflict with Ctrl+0 for FitScreen
This commit is contained in:
parent
9dcadcf283
commit
b6a9091763
@ -156,12 +156,12 @@
|
||||
<param name="target" value="foreground" />
|
||||
<param name="change" value="increment-index" />
|
||||
</key>
|
||||
<key command="ChangeColor" shortcut="Ctrl+9">
|
||||
<param name="target" value="background" mac="Cmd+9" />
|
||||
<key command="ChangeColor">
|
||||
<param name="target" value="background" />
|
||||
<param name="change" value="decrement-index" />
|
||||
</key>
|
||||
<key command="ChangeColor" shortcut="Ctrl+0">
|
||||
<param name="target" value="background" mac="Cmd+0" />
|
||||
<key command="ChangeColor">
|
||||
<param name="target" value="background" />
|
||||
<param name="change" value="increment-index" />
|
||||
</key>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user