summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-11-22 15:57:51 +0100
committerStanislaw Halik <sthalik@misaki.pl>2015-11-22 15:57:51 +0100
commitb7541ef9c3fe8e52fd6d27fe6e65d48a68acff96 (patch)
tree669d7d796e23c74d098f9a29276196e4ef71d153
parent34483211fc182df6b85cb344759819d80ed9d142 (diff)
api/shortcuts: add missing win32 delete key definition
-rw-r--r--opentrack/win32-shortcuts.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/opentrack/win32-shortcuts.cpp b/opentrack/win32-shortcuts.cpp
index a0ed51b3..fb84e709 100644
--- a/opentrack/win32-shortcuts.cpp
+++ b/opentrack/win32-shortcuts.cpp
@@ -116,6 +116,7 @@ QList<win_key> windows_key_sequences =
win_key(DIK_Z, Qt::Key::Key_Z ),
win_key(DIK_RETURN, Qt::Key::Key_Return),
win_key(DIK_INSERT, Qt::Key::Key_Insert),
+ win_key(DIK_DELETE, Qt::Key::Key_Delete),
win_key(DIK_SPACE, Qt::Key::Key_Space),
win_key(DIK_SYSRQ, Qt::Key::Key_Print),
win_key(DIK_SCROLL, Qt::Key::Key_ScrollLock),