From 2a6c493f6feedcf7ed4ffdc0c256e0707275a417 Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch Date: Thu, 16 Jul 2020 19:35:36 +0200 Subject: [PATCH] minor hotkey fix (avoids mapping clash) --- src/common/PKeyboardHandler.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/PKeyboardHandler.cxx b/src/common/PKeyboardHandler.cxx index a24ea1d54..884ee594a 100644 --- a/src/common/PKeyboardHandler.cxx +++ b/src/common/PKeyboardHandler.cxx @@ -519,9 +519,9 @@ PhysicalKeyboardHandler::EventMappingArray PhysicalKeyboardHandler::DefaultCommo {Event::PreviousSettingGroup, KBDK_KP_1, KBDM_CTRL}, {Event::NextSettingGroup, KBDK_KP_7, KBDM_CTRL}, {Event::SettingDecrease, KBDK_PAGEDOWN}, - {Event::SettingDecrease, KBDK_KP_3}, + {Event::SettingDecrease, KBDK_KP_3, KBDM_CTRL}, {Event::SettingIncrease, KBDK_PAGEUP}, - {Event::SettingIncrease, KBDK_KP_9}, + {Event::SettingIncrease, KBDK_KP_9, KBDM_CTRL}, {Event::ToggleInter, KBDK_I, KBDM_CTRL}, {Event::ToggleTurbo, KBDK_T, KBDM_CTRL},