scancode
This commit is contained in:
parent
6e8709765d
commit
bf1cf18111
3 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
// Update this script, run this in cmd:
|
// Update this script, run this in cmd:
|
||||||
// PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/autoexec.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\autoexec.cfg'"
|
// PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/autoexec.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\autoexec.cfg'"
|
||||||
|
|
||||||
|
// Scan code: https://www.reddit.com/r/GlobalOffensive/comments/1ato9z8/new_key_bind_scancodes_visualized/#lightbox
|
||||||
|
|
||||||
// Load custom config
|
// Load custom config
|
||||||
exec myconfig
|
exec myconfig
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
// Update this script, run this in cmd:
|
// Update this script, run this in cmd:
|
||||||
// PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/customgame.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\customgame.cfg'"
|
// PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/customgame.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\customgame.cfg'"
|
||||||
|
|
||||||
|
// Scan code: https://www.reddit.com/r/GlobalOffensive/comments/1ato9z8/new_key_bind_scancodes_visualized/#lightbox
|
||||||
|
|
||||||
// Allow cheats
|
// Allow cheats
|
||||||
sv_cheats "1"
|
sv_cheats "1"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// Update this script, run this in cmd:
|
// Update this script, run this in cmd:
|
||||||
// PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/myconfig.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\myconfig.cfg'"
|
// PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/myconfig.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\myconfig.cfg'"
|
||||||
|
|
||||||
// Scan code: https://preview.redd.it/new-key-bind-scancodes-visualized-v0-h6tsql8enajc1.png
|
// Scan code: https://www.reddit.com/r/GlobalOffensive/comments/1ato9z8/new_key_bind_scancodes_visualized/#lightbox
|
||||||
|
|
||||||
// Deplacements
|
// Deplacements
|
||||||
unbind "scancode26"
|
unbind "scancode26"
|
||||||
|
|
Loading…
Reference in a new issue