From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sat, 17 May 2014 20:34:59 -0400 To: 9fans@9fans.net Message-ID: <25645abefbe34c30ba375874e1c4dda0@brasstown.quanstro.net> In-Reply-To: <1400353895.41967.BPMail_low_noncarrier@web160802.mail.bf1.yahoo.com> References: <1400353895.41967.BPMail_low_noncarrier@web160802.mail.bf1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] syscall 53 Topicbox-Message-UUID: e7c995d2-ead8-11e9-9d60-3106f5b1d025 On Sat May 17 15:16:03 EDT 2014, puta2001-goo@yahoo.com wrote: > > p.s. Caps lock is not working. Also copying in 9fat directory shifts > file time current time+3 hours, even +6 hours if renaming (mv). My > timezone is +3 GMT. Its native plan9 on ibm t42. the standard plan 9 key map maps caps lock -> ctl. you can change the mapping with this script #!/bin/rc kval=0xf862 if(~ $1 on) kval=0xf864 >/dev/kbmap echo 0 0x3a $kval if you have a caps lock led, it won't work with sources. i added support to 9atom though for both usb and ps/2 keyboards. the other bit is all fat's fault by keeping times relative to local time not gmt. - erik