Hi,

Attaching the fix for bug #1463553.

// Erik

-- 
Non-free programs are dangerous to you and to your community.
Don't let them get a place in your life.
  -- Richard M. Stallman

Erik Johansson
http://ejohansson.se
Index: usereventdlg.cpp
===================================================================
--- usereventdlg.cpp	(revision 4416)
+++ usereventdlg.cpp	(working copy)
@@ -1487,8 +1487,12 @@
   {
     a->connectItem(a->insertItem(ALT + Key_Left),
 		   mainwin->userEventTabDlg, SLOT(moveLeft()));
+    a->connectItem(a->insertItem(CTRL + SHIFT + Key_Tab),
+		   mainwin->userEventTabDlg, SLOT(moveLeft()));
     a->connectItem(a->insertItem(ALT + Key_Right),
 		   mainwin->userEventTabDlg, SLOT(moveRight()));
+    a->connectItem(a->insertItem(CTRL + Key_Tab),
+		   mainwin->userEventTabDlg, SLOT(moveRight()));
   }
 #endif
 

Reply via email to