mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-10 12:44:53 +00:00
Minor change in gui.xml comments
This commit is contained in:
parent
90dd05d57c
commit
676c582ede
12
data/gui.xml
12
data/gui.xml
@ -578,16 +578,16 @@
|
|||||||
|
|
||||||
<!-- Special keyboard shortcuts for specific actions -->
|
<!-- Special keyboard shortcuts for specific actions -->
|
||||||
<actions>
|
<actions>
|
||||||
<!-- When you drag-and-drop the selection, pressing this
|
<!-- When we are going to drag the selection, pressing this
|
||||||
keyboard shortcut you can copy instead of move -->
|
shortcut starts a copy instead of move -->
|
||||||
<key action="CopySelection" shortcut="Ctrl" />
|
<key action="CopySelection" shortcut="Ctrl" />
|
||||||
|
|
||||||
<!-- When you move the selection, pressing this
|
<!-- When we are moving the selection, pressing this shortcut
|
||||||
keyboard shortcut you can snap to grid -->
|
snaps the selection origin to the grid -->
|
||||||
<key action="SnapToGrid" shortcut="Alt" />
|
<key action="SnapToGrid" shortcut="Alt" />
|
||||||
|
|
||||||
<!-- When you move the selection, pressing this keyboard
|
<!-- When we are moving the selection, pressing this shortcut
|
||||||
shortcut so you lock the movement to one axis -->
|
locks the movement to one axis (X or Y) -->
|
||||||
<key action="LockAxis" shortcut="Shift" />
|
<key action="LockAxis" shortcut="Shift" />
|
||||||
|
|
||||||
<!-- When you rotate the selection, pressing this
|
<!-- When you rotate the selection, pressing this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user