summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2007-08-19 18:56:55 +0000
committermental <mental@users.sourceforge.net>2007-08-19 18:56:55 +0000
commite532d632a031e228f793dee6506c64956359b6d1 (patch)
treea1e0f7f3f1af2fc8ce051728225461b9b92e7527
parentRenaming some labels in the snapping tab (diff)
downloadinkscape-e532d632a031e228f793dee6506c64956359b6d1.tar.gz
inkscape-e532d632a031e228f793dee6506c64956359b6d1.zip
update actual key shortcut for inflate mode
(bzr r3532)
-rw-r--r--doc/keys.xml2
-rw-r--r--src/tweak-context.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/keys.xml b/doc/keys.xml
index 359c43fdf..852363fa7 100644
--- a/doc/keys.xml
+++ b/doc/keys.xml
@@ -834,7 +834,7 @@ groups) with the same effect as Alt+click.)</note>
<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 253f9af7d..a7520d229 100644
--- a/src/tweak-context.cpp
+++ b/src/tweak-context.cpp
@@ -607,8 +607,8 @@ sp_tweak_context_root_handler(SPEventContext *event_context,
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);