diff options
Diffstat (limited to 'agl-bindings.cfg')
| -rw-r--r-- | agl-bindings.cfg | 91 |
1 files changed, 47 insertions, 44 deletions
diff --git a/agl-bindings.cfg b/agl-bindings.cfg index 8c71c45..d9b6617 100644 --- a/agl-bindings.cfg +++ b/agl-bindings.cfg @@ -1,60 +1,61 @@ unbindall // Menu -bind "ESCAPE" "cancelselect" -bind "`" "toggleconsole" -bind "TAB" "+showscores" -bind "ALT" "+bind_alt" +bind scancode41 "cancelselect" // US English key name "ESCAPE" +bind scancode57 "cancelselect" // US English key name "CAPSLOCK" +bind scancode53 "toggleconsole" // US English key name "`" +bind scancode43 "+showscores" // US English key name "TAB" +bind scancode226 "+bind_alt" // US English key name "ALT" // Movement -bind "a" "+left" -bind "w" "+forward" -bind "s" "+back" -bind "d" "+right" +bind scancode4 "+left" // US English key name "a" +bind scancode26 "+forward" // US English key name "w" +bind scancode22 "+back" // US English key name "s" +bind scancode7 "+right" // US English key name "d" bind "MOUSE_X" "yaw" bind "MOUSE_Y" "pitch" bind "MOUSE1" "+attack" bind "MOUSE2" "+attack2" -bind "SPACE" "+jump" -bind "CTRL" "+duck" -bind "SHIFT" "+sprint" +bind scancode44 "+jump" // US English key name "SPACE" +bind scancode224 "+duck" // US English key name "CTRL" +bind scancode225 "+sprint" // US English key name "SHIFT" bind "MWHEELDOWN" "+jump" bind "MWHEELUP" "" -bind "q" "lastinv" -bind "r" "+reload" -bind "j" "+spray_menu" -bind "g" "drop" +bind scancode20 "lastinv" // US English key name "q" +bind scancode21 "+reload" // US English key name "r" +bind scancode13 "+spray_menu" // US English key name "j" +bind scancode10 "drop" // US English key name "g" // Slots -bind "," "buyammo1" -bind "." "buyammo2" -bind "0" "slot10" -bind "1" "slot1" -bind "2" "slot2" -bind "3" "slot3" -bind "4" "slot4" -bind "5" "slot5" -bind "6" "slot6" -bind "7" "slot7" -bind "8" "slot8" -bind "9" "slot9" +bind scancode54 "buyammo1" // US English key name "," +bind scancode55 "buyammo2" // US English key name "." +bind scancode39 "slot10" // US English key name "0" +bind scancode30 "slot1" // US English key name "1" +bind scancode31 "slot2" // US English key name "2" +bind scancode32 "slot3" // US English key name "3" +bind scancode33 "slot4" // US English key name "4" +bind scancode34 "slot5" // US English key name "5" +bind scancode35 "slot6" // US English key name "6" +bind scancode36 "slot7" // US English key name "7" +bind scancode37 "slot8" // US English key name "8" +bind scancode38 "slot9" // US English key name "9" // Direct grenade access -bind "z" "slot8" -bind "x" "slot7" -bind "c" "slot6" -bind "v" "slot10" -bind "t" "+drop_bomb" +bind scancode29 "slot8" // US English key name "z" +bind scancode27 "slot7" // US English key name "x" +bind scancode6 "slot6" // US English key name "c" +bind scancode25 "slot10" // US English key name "v" +bind scancode23 "+drop_bomb" // US English key name "t" // Functionality -bind "b" "buymenu" -bind "e" "+use" -bind "f" "player_ping" -bind "i" "show_loadout_toggle" -bind "m" "teammenu" -bind "u" "messagemode2" -bind "y" "messagemode" +bind scancode5 "buymenu" // US English key name "b" +bind scancode8 "+use" // US English key name "e" +bind scancode9 "player_ping" // US English key name "f" +bind scancode12 "show_loadout_toggle" // US English key name "i" +bind scancode16 "teammenu" // US English key name "m" +bind scancode24 "messagemode2" // US English key name "u" +bind scancode28 "messagemode" // US English key name "y" // bind "z" "radio" // bind "v" "+radialradio2" @@ -71,10 +72,13 @@ bind "MOUSE5" "toggle cl_crosshair_recoil" // bind "F5" "buy m4a1;" // bind "F6" "buy aug;" // bind "F7" "buy famas;" -bind "F8" "say reported!" // bind F8 "mat_setvideomode 1024 768 0" +bind scancode65 "say reported!" // US English key name "F8" +// bind F8 "mat_setvideomode 1024 768 0" -bind "F9" "say Hi :3" // bind F9 "mat_setvideomode 1920 1080 0" -//bind "F10" "buy g3sg1; buy scar20" +bind scancode66 "say Hi :3" // US English key name "F9" +// bind F9 "mat_setvideomode 1920 1080 0" + +// bind "F10" "buy g3sg1; buy scar20" // bind "F11" "buy ssg08;" // bind "F12" "buy awp;" @@ -96,11 +100,10 @@ bind "F9" "say Hi :3" // bind F9 "mat_setvideomode 1920 1080 0" // bind "kp_0" "buy vest;" // bind "kp_del" "buy vesthelm;" -bind "kp_enter" "buy defuser;" +// bind "kp_enter" "buy defuser;" // bind "kp_plus" "buy decoy;" // bind "uparrow" "buy molotov; buy incgrenade;" // bind "leftarrow" "buy smokegrenade;" // bind "downarrow" "buy flashbang;" // bind "rightarrow" "buy hegrenade;" - |
