diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-08-09 13:57:39 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-08-09 13:57:39 +0000 |
| commit | c840cac739329c18aba8397b593f358f35412d97 (patch) | |
| tree | acf61568a854ccf3569f6fec6c6b3136ca22a442 /src/plugins/General/hotkey/hotkeymanager.h | |
| parent | cdeb87c0597f075b6649a0270db8a511a325256a (diff) | |
| download | qmmp-c840cac739329c18aba8397b593f358f35412d97.tar.gz qmmp-c840cac739329c18aba8397b593f358f35412d97.tar.bz2 qmmp-c840cac739329c18aba8397b593f358f35412d97.zip | |
hotkey plugin: fixed bug with capslock
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1132 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hotkey/hotkeymanager.h')
| -rw-r--r-- | src/plugins/General/hotkey/hotkeymanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/General/hotkey/hotkeymanager.h b/src/plugins/General/hotkey/hotkeymanager.h index d892a78ce..dddb10a9e 100644 --- a/src/plugins/General/hotkey/hotkeymanager.h +++ b/src/plugins/General/hotkey/hotkeymanager.h @@ -73,6 +73,7 @@ public: static const QString getKeyString(quint32 key, quint32 modifiers); static QList<long> ignModifiersList(); + static quint32 keycodeToKeysym(quint32 keycode); protected: virtual bool eventFilter(QObject* o, QEvent* e); |
