Keymapping question
Keymapping question
- Subject: Keymapping question
- From: David McKnight <email@hidden>
- Date: Mon, 17 Feb 2003 16:35:00 -0600
Below is my xinitrc file, with my attempt to remap the left Apple key
to behave like a Control key in X11 apps.
So far, I've had no luck-- can anyone point me in the right direction?
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f $userresources ]; then
xrdb -merge $userresources
fi
if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi
xmodmap -e 'keycode 63 = Control'
# start some nice programs
# xterm &
# start the window manager
exec quartz-wm
_______________________________________________
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.