Changes in keyboard shortcuts to avoid tool-switching confusion.

This commit is contained in:
David Capello 2010-12-12 10:21:53 -03:00
parent b665e7350b
commit aacfb515e4
2 changed files with 15 additions and 7 deletions

View File

@ -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
-----

View File

@ -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" />