help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Howto install `alt'-key as meta key??


From: carlos . conde
Subject: Re: Howto install `alt'-key as meta key??
Date: 25 Oct 2002 20:03:42 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

I've got the same problem, I'm running a debian linux 3.0 with emacs 21.1, 
however, this solution can work on every linux distribution...

You must add the following lines to your .xintrc or .xsession file in your 
home user directory:

    xmodmap -e "keycode 115 = Super_L"
    xmodmap -e "keycode 116 = Super_L"
    xmodmap -e "add mod4 = Super_L"

read the xmodmap doc for details...


reply via email to

[Prev in Thread] Current Thread [Next in Thread]