Changing key bindings in Mac OS X

Scott Tringali scott.tringali at etnus.com
Mon Mar 5 17:24:06 CET 2007


Hi,

You probably want to fix this for all text widgets rather than just the 
main editor widget.

The way to do this is with virtual bindings.  Ideally, your X server 
would do this for you but nobody cares about Motif anymore so... get 
ready to hack a bit.

   http://lists.apple.com/archives/X11-users/2003/Apr/msg00261.html

This guy mapped to 'F9' but you can see the pattern.  In your case, you 
probably want to use "Shift Ctrl<Key>-" for osfInsert.

See "man VirtualBindings" for more info.


More information about the Discuss mailing list