Use the short form for toggle-onion-skin because we can.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 28 Nov 2008 18:59:12 +0000 (18:59 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 28 Nov 2008 18:59:12 +0000 (18:59 +0000)
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2302 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/app.cpp

index 64f0f32..72eee2d 100644 (file)
@@ -1073,7 +1073,7 @@ init_ui_manager()
        ACCEL2(Gtk::AccelKey(',',Gdk::CONTROL_MASK,                                                     "<Actions>//seek-prev-frame"                            ));
        ACCEL2(Gtk::AccelKey('>',Gdk::CONTROL_MASK,                                                     "<Actions>//seek-next-second"                           ));
        ACCEL2(Gtk::AccelKey('<',Gdk::CONTROL_MASK,                                                     "<Actions>//seek-prev-second"                           ));
-       ACCEL2(Gtk::AccelKey('o',Gdk::MOD1_MASK,                                                        "<Actions>//toggle-onion-skin"                          ));
+       ACCEL("<Mod1>o",                                                                                                        "<Actions>//toggle-onion-skin"                          );
        ACCEL("<Control><Shift>z",                                                                                      "<Actions>//canvas-zoom-fit"                            );
        ACCEL("<Control>p",                                                                                                     "<Actions>//play"                                                       );
        ACCEL("Home",                                                                                                           "<Actions>//seek-begin"                                         );