summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-12-03 18:39:33 +0100
committerStanislaw Halik <sthalik@misaki.pl>2014-12-03 18:39:33 +0100
commit334c227f36d6ad080550c971f18de66212ac180a (patch)
tree2b550b45adcd1be88c8310e05e8437b9397c12d4
parente7d57ba055627e6b6c8f6de61a497894e0caa658 (diff)
pagedown works for win32 keybindings
Reported-by: @KyokushinPL
-rw-r--r--opentrack/global-shortcuts.cpp2
1 files changed, 1 insertions, 1 deletions
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<int> global_windows_key_sequences =
<< DIK_UP
<< DIK_DOWN
<< DIK_PGUP
- << DIK_DOWN
+ << DIK_PGDN
<< DIK_HOME
<< DIK_END
<< DIK_BACK