diff options
Diffstat (limited to 'src/keyboarddata.h')
-rw-r--r-- | src/keyboarddata.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/keyboarddata.h b/src/keyboarddata.h index 155743aab..506594d7a 100644 --- a/src/keyboarddata.h +++ b/src/keyboarddata.h @@ -1922,6 +1922,13 @@ static const KeyData keyData[Input::KEY_TOTAL] = { Input::GRP_DEFAULT, &ActionManager::safeVideoMode, Input::KEY_NO_VALUE, 50, + COND_DEFAULT}, + {"keyStopSit", + INPUT_UNKNOWN, Input::KEY_NO_VALUE, + INPUT_UNKNOWN, Input::KEY_NO_VALUE, + Input::GRP_DEFAULT, + &ActionManager::stopSit, + Input::KEY_NO_VALUE, 50, COND_DEFAULT} }; |