Hi all, > I still have opposite scrolling direction when scrolling my mouse wheel (even > with my patched kb.c). :(
I have found a problem - as usually placed between keyboard and chair. ;) I made such sequence to install my modification in kb.c: - cd /sys/src/cmd/usb/kb - mk - mk install - /sys/src/9/pc - mk 'CONF=pcf' - cp 9pcf /n/9fat - reboot The modification in kb.c was not used. So I made such sequence to install my modification in kb.c: - cd /sys/src/cmd/usb (not into kb subdirectory!) - mk - mk install - /sys/src/9/pc - mk 'CONF=pcf' - cp 9pcf /n/9fat - reboot The modification in kb.c was used. Sorry for noice... :( Pavel