Mac OS X
There’s a good blog post by David Röthlisberger on the Microsoft NEK 4000 on Mac OS X.
To remap the zoom slider to scroll I replaced the com.microsoft.keyboard.pref (from Microsoft’s Mac OS X driver) with the one found in Scott Bezek’s blog post Remapping Zoom on the Microsoft Natural Keyboard 4000 – Mac OS X (referenced in Q#403324 on SuperUser.com):
1 2 3 4 5 | cd ~/Library/Preferences
mv com.microsoft.keyboard.pref com.microsoft.keyboard.pref.bak
wget http://scottbezek.com/com.microsoft.keyboard.pref
open /Library/PreferencePanes/Microsoft\ Keyboard.prefPane
# works.
|
Linux
Making the Zoom Slider Work on Ubuntu 12.04
Here are the instructions to make the zoom slider work on 12.04:


