diff options
author | Roman Savochenko <[email protected]> | 2017-07-30 10:49:48 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2017-07-30 10:49:58 +0200 |
commit | 7b580ac8d083d50d7d572740569b1488d6f533a4 (patch) | |
tree | a572fbeba6188f6ff2b0b7c8feabb77b2561b182 /src/kernel/qnamespace.h | |
parent | 488cf3ec8eff16640bc7c5e1391f3f2e385ee4f6 (diff) | |
download | qt3-7b580ac8d083d50d7d572740569b1488d6f533a4.tar.gz qt3-7b580ac8d083d50d7d572740569b1488d6f533a4.zip |
Add brightness keys support
The code partially taken from Qt4
This relates to bug 2775
Signed-off-by: Roman Savochenko <[email protected]>
(cherry picked from commit 02405c8411cbdf42fa8f73ce93598eb6f5cec0fe)
Diffstat (limited to 'src/kernel/qnamespace.h')
-rw-r--r-- | src/kernel/qnamespace.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/kernel/qnamespace.h b/src/kernel/qnamespace.h index d414d02..1c51385 100644 --- a/src/kernel/qnamespace.h +++ b/src/kernel/qnamespace.h @@ -726,6 +726,11 @@ public: Key_LaunchD = 0x10af, Key_LaunchE = 0x10b0, Key_LaunchF = 0x10b1, + Key_MonBrightnessUp = 0x010b2, + Key_MonBrightnessDown = 0x010b3, + Key_KeyboardLightOnOff = 0x010b4, + Key_KeyboardBrightnessUp = 0x010b5, + Key_KeyboardBrightnessDown = 0x010b6, Key_MediaLast = 0x1fff, |