diff --git a/games/cs2/autoexec.cfg b/games/cs2/autoexec.cfg index 5ac5943..df33f56 100644 --- a/games/cs2/autoexec.cfg +++ b/games/cs2/autoexec.cfg @@ -10,9 +10,9 @@ exec myconfig unbind "scancode77" bind "scancode77" "disconnect" -// Change hand - CS2 doesnt support left hand yet -// unbind "a" -// bind "a" "toggle cl_righthand 0 1" +// Change hand +unbind "scancode20" +bind "scancode20" "switchhands" // FPS in tab // CS2: Not working in endscreen // alias "+scorenet" "+showscores; cl_showfps 1" diff --git a/windows/fix_mihoyo_shortcut.bat b/windows/fix_mihoyo_shortcut.bat index 7e25933..e4baad6 100644 --- a/windows/fix_mihoyo_shortcut.bat +++ b/windows/fix_mihoyo_shortcut.bat @@ -26,5 +26,15 @@ PowerShell -Command "" ^ "$Shortcut.IconLocation = '!vbc!\!iconpath!\icon-starrail.ico';" ^ "$Shortcut.Save()" +:: ZZZ shortcut +ECHO ZZZ shortcut creation... +PowerShell -Command "" ^ + "$WshShell = New-Object -comObject WScript.Shell;" ^ + "$Shortcut = $WshShell.CreateShortcut('%APPDATA%\Microsoft\Windows\Start Menu\Programs\Zenless Zone Zero.lnk');" ^ + "$Shortcut.TargetPath = '!collapse!\!exe!';" ^ + "$Shortcut.Arguments = 'open --game 3 --region 0 --play';" ^ + "$Shortcut.IconLocation = '!vbc!\!iconpath!\icon-zenless.ico';" ^ + "$Shortcut.Save()" + IF NOT "%1"=="yes" PAUSE EXIT /B