Merge branch 'main' of git.mylloon.fr:Anri/confOS

This commit is contained in:
Mylloon 2024-07-19 17:35:13 +02:00
commit 0431b6a6ac
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 13 additions and 3 deletions

View file

@ -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"

View file

@ -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