Subject: Re: date/time problems, keyboard setup
To: Taras Ivanenko <ivanenko@ctpa03.mit.edu>
From: Ken Nakata <kenn@eden.rutgers.edu>
List: port-mac68k
Date: 04/09/1996 13:12:55
> That is too much for me... I am only asking for command key to work as
> Emacs Meta. Option key apparently works like that. I do not want to
> think which of the six buttons in the middle row to press :).

Ah.. sorry, I think I have heard too many complaints about the option
+ arrow key combination ;-)

In that case, this is all it takes:

remove Mod1    = Alt_L
add    Mod1    = Meta_L

Just add these lines to your .xmodmaprc, and add the line:

xmodmap $HOME/.xmodmaprc

to your .xinitrc file as the first command.

ken