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

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

Re: Can I make a useless key an additional Ctrl?


From: Peter Dyballa
Subject: Re: Can I make a useless key an additional Ctrl?
Date: Tue, 31 Mar 2009 21:57:26 +0200


Am 31.03.2009 um 19:35 schrieb Oleksandr Manzyuk:

Ubuntu


Yes. Xmodmap is the utility. Determine with xev the keycode, assign it a keysym(bol) like Control_R or Control_L and add it among the key modifiers.

        keycode <whatever> = Control_R
        add Control = Control_R

This can be done in ~/.xinitrc or ~/.xsession, whichever your X server prefers.

--
Greetings

  Pete                                           0
                                           %-/\_//
                                            (*)(*)






reply via email to

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