From 0b7b06b3e339d020e686b0f38cd5e92061183ee1 Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 8 Apr 2008 02:09:50 +0000 Subject: [PATCH] Reorder the keyboard shortcut definitions for the tools to the same order as the tools in the toolbox. git-svn-id: http://svn.voria.com/code@1986 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/app.cpp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/synfig-studio/trunk/src/gtkmm/app.cpp b/synfig-studio/trunk/src/gtkmm/app.cpp index e8a92d0..4178366 100644 --- a/synfig-studio/trunk/src/gtkmm/app.cpp +++ b/synfig-studio/trunk/src/gtkmm/app.cpp @@ -1004,24 +1004,23 @@ init_ui_manager() ACCEL("//state-smooth_move", "v"); ACCEL("//state-scale", "s"); ACCEL("//state-rotate", "t"); + ACCEL("//state-mirror", "m"); - ACCEL("//state-bline", "b"); ACCEL("//state-circle", "c"); ACCEL("//state-rectangle", "r"); + ACCEL("//state-star", "q"); ACCEL("//state-gradient", "g"); + ACCEL("//state-polygon", "p"); - ACCEL("//state-eyedrop", "e"); + ACCEL("//state-bline", "b"); + ACCEL("//state-text", "x"); ACCEL("//state-fill", "f"); + ACCEL("//state-eyedrop", "e"); ACCEL("//state-zoom", "z"); - ACCEL("//state-polygon", "p"); ACCEL("//state-draw", "w"); ACCEL("//state-sketch", "k"); ACCEL("//state-width", "t"); - ACCEL("//state-mirror", "m"); - - ACCEL("//state-text", "x"); - ACCEL("//state-star", "q"); ACCEL("//canvas-zoom-fit","z"); -- 2.7.4