[Kst] extragear/graphics/kst/src/libkstapp

George Staikos staikos at kde.org
Fri Mar 30 20:03:10 CEST 2007


SVN commit 648184 by staikos:

Choose non-1-character key shortcuts
Reviewed by Barth.
BUG: 143352


 M  +2 -2      kst.cpp  


--- trunk/extragear/graphics/kst/src/libkstapp/kst.cpp #648183:648184
@@ -733,7 +733,7 @@
 
   /************/
   DataWizardAction = new KAction(i18n("Data &Wizard"), "wizard", 
-                                 KShortcut(Key_W),
+                                 KShortcut(CTRL+ALT+Key_W),
                                  this, SLOT(showDataWizard()),
                                  actionCollection(), "datawizard_action");
   DataWizardAction->setWhatsThis(i18n("Bring up a wizard\n"
@@ -791,7 +791,7 @@
   _gfxPictureAction->setWhatsThis(i18n("Insert picture"));
   
   _gfx2DPlotAction = new KRadioAction(i18n("&2DPlot"), "kst_newplot",
-                                   KShortcut(Key_2),
+                                   KShortcut(CTRL+Key_2),
                                    this, SLOT(toggleMouseMode()),
                                    actionCollection(), "2dplot_action");
   _gfx2DPlotAction->setExclusiveGroup("gfx");


More information about the Kst mailing list