From c9f9fda9092dd1b2d3f62636c55115fd8ded5bf8 Mon Sep 17 00:00:00 2001 From: Roland Eigelsreiter Date: Fri, 13 Sep 2024 19:58:31 +0200 Subject: [PATCH 1/2] adding n (command_skip_current) and ctrl+n command_cancel_last One useful thing that the grid menu has are the command skip keys that are unavailabe in legacy. Adding those would be awesome. --- luaui/configs/hotkeys/legacy_keys.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/luaui/configs/hotkeys/legacy_keys.txt b/luaui/configs/hotkeys/legacy_keys.txt index a9d51eeec5c..e5b275b6823 100644 --- a/luaui/configs/hotkeys/legacy_keys.txt +++ b/luaui/configs/hotkeys/legacy_keys.txt @@ -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 @@ -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 \ No newline at end of file +bind Alt+sc_] blueprint_next From b0e87af31156c62035e4a25be0c550b8c5db4f78 Mon Sep 17 00:00:00 2001 From: Roland Eigelsreiter Date: Fri, 13 Sep 2024 20:03:07 +0200 Subject: [PATCH 2/2] adding n (command_skip_current) and ctrl+n command_cancel_last One useful thing that the grid menu has are the command skip keys that are unavailabe in legacy. Adding those would be awesome. --- luaui/configs/hotkeys/legacy_keys_60pct.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/luaui/configs/hotkeys/legacy_keys_60pct.txt b/luaui/configs/hotkeys/legacy_keys_60pct.txt index ba148dcbe83..255f0706072 100644 --- a/luaui/configs/hotkeys/legacy_keys_60pct.txt +++ b/luaui/configs/hotkeys/legacy_keys_60pct.txt @@ -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