moved and renamed help action in InputDialog

This commit is contained in:
thrust26 2021-04-20 08:38:22 +02:00
parent 2f6a536e72
commit a8a549bdd2
1 changed files with 20 additions and 19 deletions

View File

@ -3285,29 +3285,30 @@ EventHandler::EmulActionList EventHandler::ourEmulActionList = { {
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
EventHandler::MenuActionList EventHandler::ourMenuActionList = { {
{ Event::UIUp, "Move Up", "" },
{ Event::UIDown, "Move Down", "" },
{ Event::UILeft, "Move Left", "" },
{ Event::UIRight, "Move Right", "" },
{ Event::UIHelp, "Open context-sensitive help", "" },
{ Event::UIHome, "Home", "" },
{ Event::UIEnd, "End", "" },
{ Event::UIPgUp, "Page Up", "" },
{ Event::UIPgDown, "Page Down", "" },
{ Event::UIUp, "Move Up", "" },
{ Event::UIDown, "Move Down", "" },
{ Event::UILeft, "Move Left", "" },
{ Event::UIRight, "Move Right", "" },
{ Event::UIOK, "OK", "" },
{ Event::UICancel, "Cancel", "" },
{ Event::UISelect, "Select item", "" },
{ Event::UIHome, "Home", "" },
{ Event::UIEnd, "End", "" },
{ Event::UIPgUp, "Page Up", "" },
{ Event::UIPgDown, "Page Down", "" },
{ Event::UINavPrev, "Previous object", "" },
{ Event::UINavNext, "Next object", "" },
{ Event::UITabPrev, "Previous tab", "" },
{ Event::UITabNext, "Next tab", "" },
{ Event::UIOK, "OK", "" },
{ Event::UICancel, "Cancel", "" },
{ Event::UISelect, "Select item", "" },
{ Event::UIPrevDir, "Parent directory", "" },
{ Event::ToggleFullScreen, "Toggle fullscreen", "" },
{ Event::UIHelp, "Help", "" },
{ Event::Quit, "Quit", "" }
{ Event::UINavPrev, "Previous object", "" },
{ Event::UINavNext, "Next object", "" },
{ Event::UITabPrev, "Previous tab", "" },
{ Event::UITabNext, "Next tab", "" },
{ Event::UIPrevDir, "Parent directory", "" },
{ Event::ToggleFullScreen, "Toggle fullscreen", "" },
{ Event::Quit, "Quit", "" }
} };
// Event groups