diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-12-03 18:39:33 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-12-03 18:39:33 +0100 |
commit | 334c227f36d6ad080550c971f18de66212ac180a (patch) | |
tree | 2b550b45adcd1be88c8310e05e8437b9397c12d4 /opentrack/global-shortcuts.cpp | |
parent | e7d57ba055627e6b6c8f6de61a497894e0caa658 (diff) |
pagedown works for win32 keybindings
Reported-by: @KyokushinPL
Diffstat (limited to 'opentrack/global-shortcuts.cpp')
-rw-r--r-- | opentrack/global-shortcuts.cpp | 2 |
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 |