[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using AltGr as standard modifier key in emacs
From: |
Shahab Shahsavari Alavidjeh |
Subject: |
Re: Using AltGr as standard modifier key in emacs |
Date: |
Tue, 13 Oct 2015 23:12:57 +0330 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Javier <nospam@nospam.com> writes:
>
> Oops, it turns out to remap rightAlt the sequence is
>
> xmodmap -e "clear mod1" ; xmodmap -e "add mod1 = Alt_L Meta_L" ; xmodmap -e
> "keycode 108 = Hyper_R" ; xmodmap -e "add mod3 = Hyper_R"
>
> http://stackoverflow.com/questions/28527938/xkb-configuration-for-emacs
>
> I assumed keycode 108 is the keycode for right alt, which should
> be ok for a modern pc-keyboard. You can check the keycode number with xev.
xev reports it key 108, thanks for suggestion, but would you please instruct
me about setting a separate X server for Emacs, or at least tell me where
can I find information.