diff options
| author | Roman Savochenko <rom_as@oscada.org> | 2017-07-30 10:48:57 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2017-07-30 10:48:57 +0200 |
| commit | 4c308190789d7f5ffc940d70dd5ea8a002fa4b30 (patch) | |
| tree | 9839415aadb8417d65d5516cb04f25d4d2aae4c9 /doc/html/qnamespace-h.html | |
| parent | 71d8f1c4f19aaf55e312fc8414c29a5e34522160 (diff) | |
| download | tqt-4c308190.tar.gz tqt-4c308190.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>
Diffstat (limited to 'doc/html/qnamespace-h.html')
| -rw-r--r-- | doc/html/qnamespace-h.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/html/qnamespace-h.html b/doc/html/qnamespace-h.html index 607117d26..4d5394a3c 100644 --- a/doc/html/qnamespace-h.html +++ b/doc/html/qnamespace-h.html @@ -652,6 +652,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, |
