|
@@ -176,6 +176,7 @@ EShortcut ShortcutHandler::findShortcut(const std::string & identifier ) const
|
|
|
{"adventureViewWorld1", EShortcut::ADVENTURE_VIEW_WORLD_X1 },
|
|
|
{"adventureViewWorld2", EShortcut::ADVENTURE_VIEW_WORLD_X2 },
|
|
|
{"adventureViewWorld4", EShortcut::ADVENTURE_VIEW_WORLD_X4 },
|
|
|
+ {"adventureTrackHero", EShortcut::ADVENTURE_TRACK_HERO, },
|
|
|
{"adventureToggleMapLevel", EShortcut::ADVENTURE_TOGGLE_MAP_LEVEL},
|
|
|
{"adventureKingdomOverview", EShortcut::ADVENTURE_KINGDOM_OVERVIEW},
|
|
|
{"adventureQuestLog", EShortcut::ADVENTURE_QUEST_LOG },
|
|
@@ -200,6 +201,10 @@ EShortcut ShortcutHandler::findShortcut(const std::string & identifier ) const
|
|
|
{"battleTacticsNext", EShortcut::BATTLE_TACTICS_NEXT },
|
|
|
{"battleTacticsEnd", EShortcut::BATTLE_TACTICS_END },
|
|
|
{"battleSelectAction", EShortcut::BATTLE_SELECT_ACTION },
|
|
|
+ {"lobbyActivateInterface", EShortcut::LOBBY_ACTIVATE_INTERFACE },
|
|
|
+ {"spectateTrackHero", EShortcut::SPECTATE_TRACK_HERO },
|
|
|
+ {"spectateSkipBattle", EShortcut::SPECTATE_SKIP_BATTLE },
|
|
|
+ {"spectateSkipBattleResult", EShortcut::SPECTATE_SKIP_BATTLE_RESULT },
|
|
|
{"townOpenTavern", EShortcut::TOWN_OPEN_TAVERN },
|
|
|
{"townSwapArmies", EShortcut::TOWN_SWAP_ARMIES },
|
|
|
{"recruitmentMax", EShortcut::RECRUITMENT_MAX },
|