From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Fri, 22 Feb 2013 09:57:51 +0000 From: Pavel Klinkovsky Message-ID: <25d96897-c17a-44ff-bf6d-8babe88cde7a@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 References: Subject: Re: [9fans] Mouse inverted Y-axis Topicbox-Message-UUID: 1d250d7a-ead8-11e9-9d60-3106f5b1d025 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