From 8dc4ae48a375a1f217d13bcc356eb1aebed546a6 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Fri, 20 Sep 2024 12:15:04 +0000 Subject: Move move-specific keybinds from basic to move section of SETUP Move to target & move to target type intentionally kept in basic's targetting section. **** mana/plus!103 --- src/input/pages/basic.cpp | 18 ------------------ src/input/pages/move.cpp | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/input/pages/basic.cpp b/src/input/pages/basic.cpp index 9631c3705..c6cfe72d4 100644 --- a/src/input/pages/basic.cpp +++ b/src/input/pages/basic.cpp @@ -66,24 +66,6 @@ SetupActionData setupActionDataBasic[] = InputAction::CHANGE_MOVE_TO_TARGET, "", }, - { - // TRANSLATORS: input action name - N_("Move to Home location"), - InputAction::MOVE_TO_HOME, - "", - }, - { - // TRANSLATORS: input action name - N_("Set home location"), - InputAction::SET_HOME, - "", - }, - { - // TRANSLATORS: input action name - N_("Move to navigation point"), - InputAction::MOVE_TO_POINT, - "", - }, { // TRANSLATORS: input action name N_("Talk"), diff --git a/src/input/pages/move.cpp b/src/input/pages/move.cpp index ebf8eea48..ddf9a38b9 100644 --- a/src/input/pages/move.cpp +++ b/src/input/pages/move.cpp @@ -103,6 +103,24 @@ SetupActionData setupActionDataMove[] = InputAction::MERCENARY_TO_MASTER, "", }, + { + // TRANSLATORS: input action name + N_("Move to Home location"), + InputAction::MOVE_TO_HOME, + "", + }, + { + // TRANSLATORS: input action name + N_("Set home location"), + InputAction::SET_HOME, + "", + }, + { + // TRANSLATORS: input action name + N_("Move to point modifier"), + InputAction::MOVE_TO_POINT, + "", + }, { // TRANSLATORS: input action name N_("Move to navigation point shortcuts"), -- cgit v1.2.3-70-g09d2