diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-06 21:31:21 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-06 21:31:21 +0200 |
commit | 5279f08e26ac9cea16f12f86c76b394c0d816b48 (patch) | |
tree | 3b60b27d874125508d512aa27d15d51cee5f7017 /gui/keyboard.cpp | |
parent | 367f981e6cace2beb3aad4f2173bcd0145f82ce8 (diff) |
gui, logic: allow for binding Caps Lock and Tab
Issue: #646
Diffstat (limited to 'gui/keyboard.cpp')
-rw-r--r-- | gui/keyboard.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/keyboard.cpp b/gui/keyboard.cpp index 1426300f..79c8fb29 100644 --- a/gui/keyboard.cpp +++ b/gui/keyboard.cpp @@ -39,7 +39,6 @@ void KeyboardListener::keyPressEvent(QKeyEvent* event) case Qt::Key_Meta: case Qt::Key_Alt: case Qt::Key_AltGr: - case Qt::Key_CapsLock: case Qt::Key_NumLock: break; case Qt::Key_Escape: |