Re: Alt Keys -> Meta (under X11)

2000-03-19 Thread Richard Klinda
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

Re: Alt keys stopped working in Xemacs

1998-07-27 Thread Jens B. Jorgensen
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

Re: Alt keys

1997-10-09 Thread Torsten Hilbrich
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