diff options
Diffstat (limited to 'src/input/inputactionmap.h')
-rw-r--r-- | src/input/inputactionmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index cfe709674..9f4f3f63e 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -613,7 +613,7 @@ static const InputActionData inputActionData Input::GRP_DEFAULT | Input::GRP_GUI, &Actions::debugWindowShow, InputAction::NO_VALUE, 50, - InputCondition::GAME | InputCondition::NOTARGET, + InputCondition::SHORTCUT0 | InputCondition::NOTARGET, "debug|opendebug", UseArgs_false, Protected_false}, |