Merge branch 'main' of git.mylloon.fr:Anri/confOS
This commit is contained in:
commit
0431b6a6ac
2 changed files with 13 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue