From 6124b54ac396c36deb979f20c8b1f43e95cb5dee Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 25 Jul 2015 06:25:34 +0200 Subject: shortcuts: add missing Windows binding for enter key --- opentrack/global-shortcuts.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'opentrack/global-shortcuts.cpp') diff --git a/opentrack/global-shortcuts.cpp b/opentrack/global-shortcuts.cpp index 5c921a90..e4cb7e0f 100644 --- a/opentrack/global-shortcuts.cpp +++ b/opentrack/global-shortcuts.cpp @@ -107,6 +107,7 @@ QList windows_key_sequences = win_key(DIK_X, Qt::Key::Key_X ), win_key(DIK_Y, Qt::Key::Key_Y ), win_key(DIK_Z, Qt::Key::Key_Z ), + win_key(DIK_RETURN, Qt::Key::Key_Return), }); bool win_key::from_qt(QKeySequence qt_, int& dik, Qt::KeyboardModifiers& mods) -- cgit v1.2.3