Re: Disable mouse acceleration on OSX
# There are some hidden setting in Mac OS, the mouse scaling (mouse acceleration)
# is one of them. Disabling it is useful at sometime, you will know it when you
# play osu! (via Wine) on your Mac...
#
# This command will disable the mouse acceleration on Mac OS. To put it back to
# normal, use '3' instead of '-1'. Also, to revert back to Apple default settings,
# you can just simpely open the Mouse pane of System Preferences and change the
# Mouse tracking speed to anything, then quit System Preferences.
defaults write .GlobalPreferences com.apple.mouse.scaling -1
# You should know that mouse acceleration != trackpad acceleration, to disable the
# acceleration of trackpad, use 'com.apple.trackpad.scaling' instead of
# 'com.apple.trackpad.scaling'mouse.scaling' <- Opps...
{"html5":"htmlmixed","css":"css","javascript":"javascript","php":"php","python":"python","ruby":"ruby","lua":"text\/x-lua","bash":"text\/x-sh","go":"go","c":"text\/x-csrc","cpp":"text\/x-c++src","diff":"diff","latex":"stex","sql":"sql","xml":"xml","apl":"apl","asterisk":"asterisk","c_loadrunner":"text\/x-csrc","c_mac":"text\/x-csrc","coffeescript":"text\/x-coffeescript","csharp":"text\/x-csharp","d":"d","ecmascript":"javascript","erlang":"erlang","groovy":"text\/x-groovy","haskell":"text\/x-haskell","haxe":"text\/x-haxe","html4strict":"htmlmixed","java":"text\/x-java","java5":"text\/x-java","jquery":"javascript","mirc":"mirc","mysql":"sql","ocaml":"text\/x-ocaml","pascal":"text\/x-pascal","perl":"perl","perl6":"perl","plsql":"sql","properties":"text\/x-properties","q":"text\/x-q","scala":"scala","scheme":"text\/x-scheme","tcl":"text\/x-tcl","vb":"text\/x-vb","verilog":"text\/x-verilog","yaml":"text\/x-yaml","z80":"text\/x-z80"}