[Kst] [Bug 143352] JavaScript console not usable
George Staikos
staikos at kde.org
Fri Mar 30 20:03:28 CEST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=143352
staikos kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From staikos kde org 2007-03-30 20:03 -------
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