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