Re: X11/xterm with Wireless Keyboard: configuring key definitions
Re: X11/xterm with Wireless Keyboard: configuring key definitions
- Subject: Re: X11/xterm with Wireless Keyboard: configuring key definitions
- From: email@hidden
- Date: Mon, 17 Nov 2003 10:29:41 -0500
I am forever indebted to "John J. Francini" <email@hidden>! Thank
you. You've save me countless hours.
I added the following to my VMS SYLOGIN.COM file:
$ define/user sys$error nl: ! suppress error
$ mcr decw$utils:xmodmap -e "keysym 0xff1b = 0xff91" ! [CLR] = [PF1]
$ define/user sys$error nl: ! suppress error
$ mcr decw$utils:xmodmap -e "keysym 0xffbd = 0xff92" ! [ = ] = [PF2]
$ define/user sys$error nl: ! suppress error
$ mcr decw$utils:xmodmap -e "keysym 0xffaf = 0xff93" ! [ / ] = [PF3]
$ define/user sys$error nl: ! suppress error
$ mcr decw$utils:xmodmap -e "keysym 0xffaa = 0xff94" ! [ * ] = [PF4]
$ define/user sys$error nl: ! suppress error
$ mcr decw$utils:xmodmap -e "keysym 0xffab = 0xffac" ! [ + ] = [ , ]
The Apple keysym codes don't exist on the Alpha so the xmodmap generates
error messages that -quiet will not suppress. I added the $ define/user -
sys$error nl: to send the output to the null device.
I am not very unix savvy. If you could help me with doing the equivalent
on the PowerBook so that these keys are mapped in the same fashion when I
start up X11, I'd appreciate it very much. If not, the above will simply
have to do.
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)COM
"Well my son, life is like a beanstalk, isn't it?"
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.