Alt, Meta and other modifier keys
Posted
by
KAction
on Super User
See other posts from Super User
or by KAction
Published on 2012-10-30T03:15:35Z
Indexed on
2012/10/30
5:06 UTC
Read the original article
Hit count: 554
I want to get more combos in Emacs, so I tried to bind Alt, Super, Hyper via modmap to keys. I failed at it. So I tried to use xdotool
.
I started emacs -Q
for clean experiment. Pressed C-hC-c
and executed in other terminal:
xdotool key --window 119537875 "meta+x"
xdotool key --window 119537875 "alt+x"
Both commands resulted in M-x runs the command execute-extended-command
. So, Emacs do not differ between Alt and Meta. How can I fix it?
© Super User or respective owner