diff options
Diffstat (limited to 'bindings.cfg')
-rw-r--r-- | bindings.cfg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bindings.cfg b/bindings.cfg index c950112..7e05cb7 100644 --- a/bindings.cfg +++ b/bindings.cfg @@ -77,8 +77,10 @@ bind "END" "coverme" bind "MOUSE1" "+attack" bind "MOUSE2" "+attack2" bind "MOUSE3" "compliment" //fallback" -bind "MOUSE4" "+jumpthrow" -bind "MOUSE5" "maybe_c" +bind "MOUSE4" "+mic" +bind "MOUSE5" "+jumpthrow" //fallback" +// bind "MOUSE4" "+jumpthrow" +// bind "MOUSE5" "maybe_c" bind "MWHEELUP" "" bind "MWHEELDOWN" "+jump" bind "KP_MULTIPLY" "+mic" @@ -137,7 +139,7 @@ m_mouseaccel1 0 m_mouseaccel2 0 m_customaccel 0 m_customaccel_scale 0 -sensitivity 1.25 // Should be the same as windows as of 08.01.2016 +sensitivity 0.8 // Should be the same as windows as of 08.01.2016 // FPS (Mehrfache vom Tickrate) fps_max 129 // 129 // lets try 0 for a change :) |