Skip to content
Draft
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
5 changes: 3 additions & 2 deletions luaui/configs/hotkeys/grid_keys.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ bind sc_w resurrect
bind Shift+sc_w resurrect
bind sc_w capture
bind Shift+sc_w capture
bind sc_y wait
bind Shift+sc_y wait queued
bind sc_y,sc_y wait 0
bind sc_y wait 1
bind Shift+sc_y wait 1 queued

bind sc_b,sc_b onoff 0
bind sc_b onoff 1
Expand Down
5 changes: 3 additions & 2 deletions luaui/configs/hotkeys/grid_keys_60pct.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ bind sc_w resurrect
bind Shift+sc_w resurrect
bind sc_w capture
bind Shift+sc_w capture
bind sc_y wait
bind Shift+sc_y wait queued
bind sc_y,sc_y wait 0
bind sc_y wait 1
bind Shift+sc_y wait 1 queued

bind sc_b,sc_b onoff 0
bind sc_b onoff 1
Expand Down
5 changes: 3 additions & 2 deletions luaui/configs/hotkeys/legacy_keys.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ bind Shift+sc_s stop
bind Ctrl+sc_s stopproduction
bind sc_u unloadunits
bind Shift+sc_u unloadunits
bind sc_w wait
bind Shift+sc_w wait queued
bind sc_y,sc_y wait 0
bind sc_y wait 1
bind Shift+sc_w wait 1 queued
bind sc_x onoff
bind Shift+sc_x onoff

Expand Down
5 changes: 3 additions & 2 deletions luaui/configs/hotkeys/legacy_keys_60pct.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ bind Shift+sc_s stop
bind Ctrl+sc_s stopproduction
bind sc_u unloadunits
bind Shift+sc_u unloadunits
bind sc_w wait
bind Shift+sc_w wait queued
bind sc_y,sc_y wait 0
bind sc_y wait 1
bind Shift+sc_w wait 1 queued
bind sc_x onoff
bind Shift+sc_x onoff

Expand Down
Loading