Skip to content

Commit

Permalink
Change the default autoexplore shortcut to Shift+X
Browse files Browse the repository at this point in the history
This reduces the risk of hitting it by accident.

Closes longturn#2303.
  • Loading branch information
lmoureaux committed Jul 7, 2024
1 parent 336c424 commit 11647c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/shortcuts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ static std::vector<fc_shortcut> default_shortcuts()
{SC_GOTOAIRLIFT, fc_shortcut::keyboard, Qt::Key_T, Qt::AllButtons,
Qt::NoModifier, _("Go to/Airlift to City...")},
{SC_AUTOEXPLORE, fc_shortcut::keyboard, Qt::Key_X, Qt::AllButtons,
Qt::NoModifier, _("Auto Explore")},
Qt::ShiftModifier, _("Auto Explore")},
{SC_PATROL, fc_shortcut::keyboard, Qt::Key_Q, Qt::AllButtons,
Qt::NoModifier, _("Patrol")},
{SC_UNSENTRY_TILE, fc_shortcut::keyboard,
Expand Down

0 comments on commit 11647c3

Please sign in to comment.