mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Changes in keyboard shortcuts to avoid tool-switching confusion.
This commit is contained in:
parent
b665e7350b
commit
aacfb515e4
8
NEWS.txt
8
NEWS.txt
@ -7,6 +7,14 @@ NEWS
|
||||
|
||||
+ Added support to resize the window in X11, Mac OS X, and Windows
|
||||
platforms.
|
||||
+ Changes in keyboard shortcuts (some of these changes were
|
||||
made to avoid tool-switching confusion):
|
||||
- Elliptical Marquee: Shift+M (it was "M")
|
||||
- Polygonal Lasso: Shift+Q (it was "Q")
|
||||
- Ellipse: Shift+U (it was "U")
|
||||
- Polygon: Shift+D (it was "D")
|
||||
- Curve: Shift+L (it was "Y")
|
||||
- Spray: Shift+B (it was "S")
|
||||
|
||||
0.8.2
|
||||
-----
|
||||
|
14
data/gui.xml
14
data/gui.xml
@ -118,13 +118,13 @@
|
||||
<!-- Keyboard shortcuts to select tools -->
|
||||
<tools>
|
||||
<key tool="rectangular_marquee" shortcut="M" />
|
||||
<key tool="elliptical_marquee" shortcut="M" />
|
||||
<key tool="elliptical_marquee" shortcut="Shift+M" />
|
||||
<key tool="lasso" shortcut="Q" />
|
||||
<key tool="polygonal_lasso" shortcut="Q" />
|
||||
<key tool="polygonal_lasso" shortcut="Shift+Q" />
|
||||
<key tool="magic_wand" shortcut="W" />
|
||||
|
||||
<key tool="pencil" shortcut="B" />
|
||||
<key tool="spray" shortcut="S" />
|
||||
<key tool="spray" shortcut="Shift+B" />
|
||||
|
||||
<key tool="eraser" shortcut="E" />
|
||||
<key tool="eyedropper" shortcut="I" />
|
||||
@ -135,15 +135,15 @@
|
||||
<key tool="paint_bucket" shortcut="G" />
|
||||
|
||||
<key tool="line" shortcut="L" />
|
||||
<key tool="curve" shortcut="Y" />
|
||||
<key tool="curve" shortcut="Shift+L" />
|
||||
|
||||
<key tool="rectangle" shortcut="U" />
|
||||
<key tool="filled_rectangle" shortcut="U" />
|
||||
<key tool="ellipse" shortcut="U" />
|
||||
<key tool="filled_ellipse" shortcut="U" />
|
||||
<key tool="ellipse" shortcut="Shift+U" />
|
||||
<key tool="filled_ellipse" shortcut="Shift+U" />
|
||||
|
||||
<key tool="contour" shortcut="D" />
|
||||
<key tool="polygon" shortcut="D" />
|
||||
<key tool="polygon" shortcut="Shift+D" />
|
||||
|
||||
<key tool="blur" shortcut="R" />
|
||||
<key tool="jumble" shortcut="R" />
|
||||
|
Loading…
Reference in New Issue
Block a user