diff options
| author | Sven Kocksch <github@miniskipper.at> | 2017-05-15 11:29:18 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-15 11:29:18 +0200 | 
| commit | c2fdd8504ae99a408cc2630925cfb85295250d73 (patch) | |
| tree | d6ade78a90bc93d2346af0511d022037c84de54b | |
| parent | a53a9afb7fd0d20b1667407f5d218ad9cb3d195a (diff) | |
Add TODO regarding hotkeys/modifiers
| -rw-r--r-- | qxt-mini/qxtglobalshortcut_x11.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/qxt-mini/qxtglobalshortcut_x11.cpp b/qxt-mini/qxtglobalshortcut_x11.cpp index 1cc99b67..0db1ece5 100644 --- a/qxt-mini/qxtglobalshortcut_x11.cpp +++ b/qxt-mini/qxtglobalshortcut_x11.cpp @@ -208,6 +208,7 @@ public:      bool grabKey(quint32 keycode, quint32 modifiers, Window window)      { +        //TODO: search keybinding by code and modifiers, so keys can be assigned multiple times using different modifiers          if (keybinding::incf(keycode))          {              QxtX11ErrorHandler errorHandler; | 
