diff options
Diffstat (limited to 'src/input/keyboarddata.h')
-rw-r--r-- | src/input/keyboarddata.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/input/keyboarddata.h b/src/input/keyboarddata.h index a3fbbeab5..2b49a9186 100644 --- a/src/input/keyboarddata.h +++ b/src/input/keyboarddata.h @@ -2172,6 +2172,13 @@ static const KeyData keyData[Input::KEY_TOTAL] = { nullptr, Input::KEY_NO_VALUE, 50, COND_DEFAULT}, + {"keyWindowAbout", + INPUT_UNKNOWN, Input::KEY_NO_VALUE, + INPUT_UNKNOWN, Input::KEY_NO_VALUE, + Input::GRP_DEFAULT | Input::GRP_GUI, + &ActionManager::aboutWindowShow, + Input::KEY_NO_VALUE, 50, + COND_SHORTCUT0}, }; #endif // INPUT_KEYBOARDDATA_H |