Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding sc_n (command_skip_current) and ctrl+sc_n command_cancel_last to legacy keybinds #3719

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion luaui/configs/hotkeys/legacy_keys.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ bind sc_l loadunits
bind Shift+sc_l loadunits
bind sc_m move
bind Shift+sc_m move
bind sc_n command_skip_current
bind Ctrl+sc_n command_cancel_last
bind sc_p patrol
bind Shift+sc_p patrol
bind sc_q,sc_q drawlabel // double hit Q for drawlabel, these are only present due to legacy. Should be deprecated at some point
Expand Down Expand Up @@ -277,4 +279,4 @@ bind Alt+sc_b blueprint_place
bind Alt+sc_c blueprint_create
bind Alt+sc_d blueprint_delete
bind Alt+sc_[ blueprint_prev
bind Alt+sc_] blueprint_next
bind Alt+sc_] blueprint_next
2 changes: 2 additions & 0 deletions luaui/configs/hotkeys/legacy_keys_60pct.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ bind sc_l loadunits
bind Shift+sc_l loadunits
bind sc_m move
bind Shift+sc_m move
bind sc_n command_skip_current
bind Ctrl+sc_n command_cancel_last
bind sc_p patrol
bind Shift+sc_p patrol
bind sc_q,sc_q drawlabel // double hit Q for drawlabel
Expand Down