From 86418fa6feeb199df96146ba2343f4b9fdb54c21 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 17 Oct 2015 08:36:16 +0200 Subject: shortcuts: actually print screen binding works It works only if Dropbox doesn't hook the key Issue: #257 --- opentrack/win32-shortcuts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentrack/win32-shortcuts.cpp b/opentrack/win32-shortcuts.cpp index ceee2f9b..feaf6036 100644 --- a/opentrack/win32-shortcuts.cpp +++ b/opentrack/win32-shortcuts.cpp @@ -109,7 +109,7 @@ QList windows_key_sequences = win_key(DIK_RETURN, Qt::Key::Key_Return), win_key(DIK_INSERT, Qt::Key::Key_Insert), win_key(DIK_SPACE, Qt::Key::Key_Space), - //win_key(DIK_SYSRQ, Qt::Key::Key_Print), + win_key(DIK_SYSRQ, Qt::Key::Key_Print), win_key(DIK_SCROLL, Qt::Key::Key_ScrollLock), win_key(DIK_PAUSE, Qt::Key::Key_Pause), }); -- cgit v1.2.3