mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
Add Space+X and Space+Y alternatives to flip brush/tile flags
We already have Space+H and Space+V, but as the flags are XYD probably Space+X/Y makes more sense.
This commit is contained in:
parent
34bd6cf336
commit
ed649e6bab
@ -227,9 +227,15 @@
|
||||
<key command="ChangeBrush" shortcut="Space+H">
|
||||
<param name="change" value="flip-x" />
|
||||
</key>
|
||||
<key command="ChangeBrush" shortcut="Space+X">
|
||||
<param name="change" value="flip-x" />
|
||||
</key>
|
||||
<key command="ChangeBrush" shortcut="Space+V">
|
||||
<param name="change" value="flip-y" />
|
||||
</key>
|
||||
<key command="ChangeBrush" shortcut="Space+Y">
|
||||
<param name="change" value="flip-y" />
|
||||
</key>
|
||||
<key command="ChangeBrush" shortcut="Space+D">
|
||||
<param name="change" value="flip-d" />
|
||||
</key>
|
||||
|
Loading…
Reference in New Issue
Block a user