emacs-devel
[Top][All Lists]
Advanced

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

Re: master 9421678987: Add workaround for super modifier misconfiguratio


From: Stefan Monnier
Subject: Re: master 9421678987: Add workaround for super modifier misconfiguration to non-XKB code
Date: Wed, 26 Jan 2022 12:22:50 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> +  /* If some keys are both super and hyper, make them just super.
> +     Many X servers are misconfigured so that super and hyper are both
> +     Mod4, but most users have no hyper key.  */
> +  if (dpyinfo->hyper_mod_mask & dpyinfo->super_mod_mask)
> +    dpyinfo->hyper_mod_mask &= ~dpyinfo->super_mod_mask;

Any reason we should do this only for super-vs-hyper?
It seems like this should be applied to most modifier pairs, no?


        Stefan




reply via email to

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