summaryrefslogtreecommitdiffstats
path: root/src/tweak-context.cpp
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 /src/tweak-context.cpp
parentRenaming some labels in the snapping tab (diff)
downloadinkscape-e532d632a031e228f793dee6506c64956359b6d1.tar.gz
inkscape-e532d632a031e228f793dee6506c64956359b6d1.zip
update actual key shortcut for inflate mode
(bzr r3532)
Diffstat (limited to 'src/tweak-context.cpp')
-rw-r--r--src/tweak-context.cpp4
1 files changed, 2 insertions, 2 deletions
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);