Re: Missing meta key with Emacs under X11b3
Re: Missing meta key with Emacs under X11b3
- Subject: Re: Missing meta key with Emacs under X11b3
- From: P T Withington <email@hidden>
- Date: Sat, 26 Apr 2003 09:31:05 -0400
On Saturday, Apr 26, 2003, at 09:04 US/Eastern, Enrico Franconi wrote:
On Saturday, Apr 26, 2003, at 14:48 Europe/Rome, P T Withington wrote:
Below is my .Xmodmap. This is the only way I have found to make
alt/option be the meta key (rather than the default where
clover/command is).
The attachment did not go through. Can you send a pointer to it?
cheers
Interesting. I guess a bug with Mail.app. It let me select the file
to be attached (using Goto ~/.Xmodmap in the file dialog), but
apparently failed to actually include it? Here it is inline.
---
!
! On the TiBook, the following keys have caps as listed:
!
! 60 enter
! 64 shift (both shifts)
! 67 ctrl
! 68 fn-shift (both shifts)
! 66 option
! 63 "Clover" (both L and R)
! 59 delete
! 84 "enter" (fn-return)
! 118 (fn-enter)
! 125 "backspace" (fn-delete)
!
! The default Apple mapping is:
! keycode 59 = BackSpace
! keycode 60 = KP_Enter
! keycode 63 = Meta_L
! keycode 64 = Shift_L
! keycode 65 = Caps_Lock
! keycode 66 = Alt_L
! keycode 67 = Control_L
! keycode 68 = Shift_R
! keycode 69 = Alt_R
! keycode 70 = Control_R
! keycode 125 = Delete
!
! I prefer to have meta on option and alt on "Clover"
! I make the enter key be Meta_R
! I leave BackSpace and Delete alone, and teach xterm
! to interpret them correctly.
! Cf. http://www.squish.net/docs/delbs.html
! (for powerbooks, where enter is next to right Clover)
keycode 60 = Meta_R
keycode 69 = Meta_R
keycode 63 = Alt_L
keycode 66 = Meta_L
clear Mod1
clear Mod2
add Mod1 = Alt_L Alt_R
add Mod2 = Meta_L Meta_R
_______________________________________________
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.