diff options
Diffstat (limited to 'src/input/pages/move.cpp')
-rw-r--r-- | src/input/pages/move.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ -105,6 +105,24 @@ SetupActionData setupActionDataMove[] = }, { // 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"), InputAction::NO_VALUE, "" |