Subject: Re: Emacs on NetBSD
To: Richard Rauch <rauch@rice.edu>
From: Perry E. Metzger <perry@piermont.com>
List: netbsd-help
Date: 05/14/2002 20:42:33
Richard Rauch <rauch@rice.edu> writes:
> (Under X, at least on my i386, the ``windows'' keys act as Meta's.  Again,
> I don't understand why the <Alt>'s aren't used---if I try to use an
> <Alt>-qualified key, EMACS just beeps at me, so it doesn't seem to *use*
> <Alt> for anything; why not use <Alt> for Meta, since <Alt> s more
> ubiquitous than the ``Windows'' keys?)

Depends how you've set up your Xmodmap. You can make anything map to
anything, really, but its a question of your tastes. Here, for
example, is one of mine:

! <- key should be delete
keycode 22 = Delete
! make delete key do backspace for LyX
keycode 107 = BackSpace
! make the windows key "alt", "alt" key "meta"
keycode  64 = Meta_L
keycode 113 = Meta_R
keycode 115 = Alt_L
keycode 116 = Alt_R
! make the "menu" key Super
keycode 117 = Super_R
add    Mod3    = Super_R
add    Mod4    = Alt_L Alt_R