summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRoman Savochenko <rom_as@oscada.org>2017-07-30 10:48:57 +0200
committerSlávek Banko <slavek.banko@axis.cz>2017-07-30 10:49:12 +0200
commita944a8634fc7472ffd40e22cd5848a9b027c7b36 (patch)
tree2c1cdc3a3446f7828af596bb8374eba9808f5356 /tools
parent4516caea75973d95b72006be24099c81dcb42995 (diff)
downloadtqt3-a944a8634fc7472ffd40e22cd5848a9b027c7b36.tar.gz
tqt3-a944a8634fc7472ffd40e22cd5848a9b027c7b36.zip
Add brightness keys support
The code partially taken from Qt4 This relates to bug 2775 Signed-off-by: Roman Savochenko <rom_as@oscada.org> (cherry picked from commit 4c308190789d7f5ffc940d70dd5ea8a002fa4b30)
Diffstat (limited to 'tools')
-rw-r--r--tools/designer/designer/resource.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/designer/designer/resource.cpp b/tools/designer/designer/resource.cpp
index 01d5f341..2866e403 100644
--- a/tools/designer/designer/resource.cpp
+++ b/tools/designer/designer/resource.cpp
@@ -180,6 +180,11 @@ static struct {
{ TQt::Key_LaunchD, QT_TRANSLATE_NOOP( "TQAccel", "Launch (D)" ) },
{ TQt::Key_LaunchE, QT_TRANSLATE_NOOP( "TQAccel", "Launch (E)" ) },
{ TQt::Key_LaunchF, QT_TRANSLATE_NOOP( "TQAccel", "Launch (F)" ) },
+ { TQt::Key_MonBrightnessUp, QT_TRANSLATE_NOOP( "TQAccel", "Monitor Brightness Up" ) },
+ { TQt::Key_MonBrightnessDown, QT_TRANSLATE_NOOP( "TQAccel", "Monitor Brightness Down" ) },
+ { TQt::Key_KeyboardLightOnOff, QT_TRANSLATE_NOOP( "TQAccel", "Keyboard Light On Off" ) },
+ { TQt::Key_KeyboardBrightnessUp, QT_TRANSLATE_NOOP( "TQAccel", "Keyboard Brightness Up" ) },
+ { TQt::Key_KeyboardBrightnessDown, QT_TRANSLATE_NOOP( "TQAccel", "Keyboard Brightness Down" ) },
// --------------------------------------------------------------
// More consistent namings