summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7957b33)
raw | patch | inline | side by side (parent: 7957b33)
author | mental <mental@users.sourceforge.net> | |
Sun, 19 Aug 2007 18:56:55 +0000 (18:56 +0000) | ||
committer | mental <mental@users.sourceforge.net> | |
Sun, 19 Aug 2007 18:56:55 +0000 (18:56 +0000) |
doc/keys.xml | patch | blob | history | |
src/tweak-context.cpp | patch | blob | history |
diff --git a/doc/keys.xml b/doc/keys.xml
index 359c43fdf79c74a540c36cdff4e31d878e904af8..852363fa7fd6595dca703029141f2699e52deffd 100644 (file)
--- a/doc/keys.xml
+++ b/doc/keys.xml
<title>Modes</title>
<keys><key><shift/>p</key> <action>push mode</action></keys>
<keys><key><shift/>m</key> <action>melt (thin) mode</action></keys>
-<keys><key><shift/>b</key> <action>inflate (thicken) mode</action></keys>
+<keys><key><shift/>i</key> <action>inflate (thicken) mode</action></keys>
<keys><key><shift/>r</key> <action>roughen mode</action></keys>
</group>
diff --git a/src/tweak-context.cpp b/src/tweak-context.cpp
index 253f9af7d5702de1728df566e71d714220fe3599..a7520d22968ea8cad9fd99d41029e19aaf90c685 100644 (file)
--- a/src/tweak-context.cpp
+++ b/src/tweak-context.cpp
ret = TRUE;
}
break;
- case GDK_b:
- case GDK_B:
+ case GDK_i:
+ case GDK_I:
case GDK_3:
if (MOD__SHIFT_ONLY) {
sp_tweak_switch_mode(tc, TWEAK_MODE_INFLATE);