From 334c227f36d6ad080550c971f18de66212ac180a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 3 Dec 2014 18:39:33 +0100 Subject: pagedown works for win32 keybindings Reported-by: @KyokushinPL --- opentrack/global-shortcuts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opentrack/global-shortcuts.cpp') diff --git a/opentrack/global-shortcuts.cpp b/opentrack/global-shortcuts.cpp index 07099dab..a865336f 100644 --- a/opentrack/global-shortcuts.cpp +++ b/opentrack/global-shortcuts.cpp @@ -67,7 +67,7 @@ QList global_windows_key_sequences = << DIK_UP << DIK_DOWN << DIK_PGUP - << DIK_DOWN + << DIK_PGDN << DIK_HOME << DIK_END << DIK_BACK -- cgit v1.2.3