[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#66558: 29.1; .Xmodmap Win-key configurations cause keybinding issues
From: |
Po Lu |
Subject: |
bug#66558: 29.1; .Xmodmap Win-key configurations cause keybinding issues |
Date: |
Mon, 16 Oct 2023 08:56:09 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Dev Null <patriot.game@gmail.com> writes:
> The following lines of my '~/.Xmodmap' file remap my left Win key
> to Ctrl:
>
> remove mod4 = Super_L
> add control = Super_L
>
> When I run GUI Emacs with this in place, entering any keybinding 'C-s-X
> is undefined', where X is the key that I pressed. E.g. if I press 'C-n',
> I get the following:
>
> 'C-s-n is undefined'
My powers of clairvoyance enable me to deduce that another key is bound
to control, in all likelihood Control_L. You must remove _every_ key
from a real modifier you rebind, or Emacs will rightly attribute to
events with it pressed the detritus of previous bindings that remains.