From 3c0dab08cabdfbed82895ae4008b60755d35454d Mon Sep 17 00:00:00 2001 From: Saurtron Date: Wed, 15 Jan 2025 19:13:21 +0100 Subject: [PATCH] Make legacy 'y' key default to settarget, and 'alt+y' to settargetnoground. --- luaui/configs/hotkeys/legacy_keys.txt | 4 ++-- luaui/configs/hotkeys/legacy_keys_60pct.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/luaui/configs/hotkeys/legacy_keys.txt b/luaui/configs/hotkeys/legacy_keys.txt index 802f02f49f..23cac90b78 100644 --- a/luaui/configs/hotkeys/legacy_keys.txt +++ b/luaui/configs/hotkeys/legacy_keys.txt @@ -269,8 +269,8 @@ bind Any+space unit_stats //unit_stats bind Ctrl+Shift+sc_o cameraflip // CameraFlip //if not WG[ Set target default ] then -bind Alt+sc_y settarget -bind sc_y settargetnoground +bind Alt+sc_y settargetnoground +bind sc_y settarget bind Ctrl+sc_` group unset diff --git a/luaui/configs/hotkeys/legacy_keys_60pct.txt b/luaui/configs/hotkeys/legacy_keys_60pct.txt index 5ea804edc2..70cc7780a0 100644 --- a/luaui/configs/hotkeys/legacy_keys_60pct.txt +++ b/luaui/configs/hotkeys/legacy_keys_60pct.txt @@ -269,8 +269,8 @@ bind Any+space unit_stats bind Ctrl+Shift+sc_o cameraflip //if not WG[bind Set target default ] then -bind Alt+sc_y settarget -bind sc_y settargetnoground +bind Alt+sc_y settargetnoground +bind sc_y settarget bind Ctrl+meta+sc_q group unset // if WG[bind Auto Group ] then