diff options
author | André Glüpker <git@wgmd.de> | 2022-04-29 17:18:35 +0200 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2022-04-29 17:29:38 +0200 |
commit | d532e1f29b56e4c8fecf44ed8ecd9c003e9e3a90 (patch) | |
tree | 5167a2db11123edc59c78742491a087b7597d422 /agl-arena.cfg | |
parent | 4f34ee70fc916581980934190fbd94c5aa32f9a2 (diff) | |
download | config-csgo-d532e1f29b56e4c8fecf44ed8ecd9c003e9e3a90.tar.gz config-csgo-d532e1f29b56e4c8fecf44ed8ecd9c003e9e3a90.tar.bz2 config-csgo-d532e1f29b56e4c8fecf44ed8ecd9c003e9e3a90.zip |
Rename bindings to agl
Diffstat (limited to 'agl-arena.cfg')
-rw-r--r-- | agl-arena.cfg | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/agl-arena.cfg b/agl-arena.cfg new file mode 100644 index 0000000..93cc9b3 --- /dev/null +++ b/agl-arena.cfg @@ -0,0 +1,25 @@ +echo "-Arena-Bindings-" + +alias niceshot_c niceshot_1 +alias niceshot_1 "alias niceshot_c niceshot_2; say ns" +alias niceshot_2 "alias niceshot_c niceshot_3; say nice shot" +alias niceshot_3 "alias niceshot_c niceshot_4; say ns :)" +alias niceshot_4 "alias niceshot_c niceshot_1; say ns!" + +alias thankyou_c thankyou_1 +alias thankyou_1 "alias thankyou_c thankyou_2; say ty" +alias thankyou_2 "alias thankyou_c thankyou_3; say thx" +alias thankyou_3 "alias thankyou_c thankyou_4; say ty :)" +alias thankyou_4 "alias thankyou_c thankyou_1; say thanks" + +bind "UPARROW" "" +bind "LEFTARROW" "niceshot_c" +bind "DOWNARROW" "thankyou_c" +bind "RIGHTARROW" "" + +bind mouse1 +cleanattack + +voice_enable 0 +unbind ctrl + +// vim: commentstring=//\ %s |