• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Keymapping question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: Problems with OpenGL / Apple-DRI
  • Next by Date: Installing GIMP on x11 via Fink
  • Previous by thread: Re: Problems with OpenGL / Apple-DRI
  • Next by thread: Installing GIMP on x11 via Fink
  • Index(es):
    • Date
    • Thread