diff options
| author | André Glüpker <git@wgmd.de> | 2026-03-30 22:07:37 +0200 |
|---|---|---|
| committer | André Glüpker <git@wgmd.de> | 2026-03-30 22:07:37 +0200 |
| commit | 437fbe184913df44e3ddf74ec1ab3da4b68f9353 (patch) | |
| tree | 43f7e148aaf581e0bd58fd15a1c4ef89888a33ef /agl-bindings-alt.cfg | |
| parent | 7cec11700990999c011f903c7bef2a8710aba5af (diff) | |
| download | config-csgo-437fbe184913df44e3ddf74ec1ab3da4b68f9353.tar.gz config-csgo-437fbe184913df44e3ddf74ec1ab3da4b68f9353.tar.bz2 config-csgo-437fbe184913df44e3ddf74ec1ab3da4b68f9353.zip | |
Replace bindings with scancodes
Diffstat (limited to 'agl-bindings-alt.cfg')
| -rw-r--r-- | agl-bindings-alt.cfg | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/agl-bindings-alt.cfg b/agl-bindings-alt.cfg index 404e3ce..ef903a3 100644 --- a/agl-bindings-alt.cfg +++ b/agl-bindings-alt.cfg @@ -2,13 +2,12 @@ bind "MWHEELUP" "invprev" bind "MWHEELDOWN" "invnext" bind "MOUSE3" "enemydown" -bind "b" "sellbackall" -bind "f" "+lookatweapon" +bind scancode5 "sellbackall" // US English key name "b" +bind scancode9 "+lookatweapon" // US English key name "f" -bind "1" "+radialradio" -bind "2" "+radialradio2" -bind "3" "+radialradio3" - -bind "F8" "say Please obey the CS:GO guidelines: blog.counter-strike.net/index.php/fair-play-guidelines/" -bind "F9" "say ¯\_(ツ)_/¯" +bind scancode30 "+radialradio" // US English key name "1" +bind scancode31 "+radialradio2" // US English key name "2" +bind scancode32 "+radialradio3" // US English key name "3" +bind scancode65 "say Please obey the CS:GO guidelines: blog.counter-strike.net/index.php/fair-play-guidelines/" // US English key name "F8" +bind scancode66 "say ¯\_(ツ)_/¯" // US English key name "F9" |
