Hoi joostje, All!
> Does anyone know how to make the Alt keys generate Meta?
> That is I want Alt-F to generate Meta-F (under Emacs, bash, etc).
I put these lines to my .Xclients:
##
xmodmap -e "clear mod1"
xmodmap -e "keycode 64 = Meta_L" -e "add mod1 = Meta_L"
##
Now left alt generates the
Did you happen to upgrade your X windows packages? With the new and improved XKB
extensions, the keyboard setup for "Windows" keyboards with those new funny
windows
keys, the ALT keys are now ALT and the phunkey windows keys are now META keys.
You
want your ALT keys to be meta keys. You can edit
Adam Klein <[EMAIL PROTECTED]> writes:
> How can I get the Linux console to treat the right Alt key in the
> same way as the left?
Look in the manual of keytables(5). I assume that (untested!)
something like "keycode 100 = Alt" should do the job.
Look into /etc/init.d/boot for the loadkeys comm
3 matches
Mail list logo