I addressed this in #398 (April 12).
--
Thomas E. Dickey
https://invisible-island.net
signature.asc
Description: PGP signature
On Mon, Mar 03, 2025 at 05:36:31PM +0300, Ivan Sorokin wrote:
>
> Hi Thomas,
>
> Thank you for your feedback on the proposed patch. I understand your
> concerns, and I agree that configurability and avoiding assumptions about
> Mod1Mask are important.
>
> Regarding configurability, I think ex
Hi Thomas,
Thank you for your feedback on the proposed patch. I understand your concerns,
and I agree that configurability and avoiding assumptions about Mod1Mask are
important.
Regarding configurability, I think extending the modifyOtherKeys option would
be the most logical approach. Perha
On Wed, Jan 22, 2025 at 11:16:16AM +0300, Ivan Sorokin wrote:
>
> To fix this bug, you should add
>
> /*
> * For combinations of the Alt key with text-input keys,
> * in the case of a non-English keyboard layout,
> * we will send the Unicode character correspon
Hi, Thomas! Thanks for the quick reply. I use Russian keyboard layout, and the
fix above solves this issue for me
~$ localectl
System Locale: LANG=ru_RU.UTF-8
LANGUAGE=ru_RU:ru
VC Keymap: (unset)
X11 Layout: us,ru
X11 Model: pc105
X11 Variant: ,
X11 Options: grp_led:scroll
To fix this bug, you should add
/*
* For combinations of the Alt key with text-input keys,
* in the case of a non-English keyboard layout,
* we will send the Unicode character corresponding
* to the pressed key.
*/
int codepoint = keys
On Wed, Jan 15, 2025 at 01:30:19AM +0300, Ivan Sorokin wrote:
>
> Package: xterm
> Version: 396-1
>
> When modifyOtherKeys is set to mode 2 in xterm, pressing the Alt key in
> combination with letters on a non-Latin keyboard layout does not produce any
> escape sequences or characters. This mak
Package: xterm
Version: 396-1
When modifyOtherKeys is set to mode 2 in xterm, pressing the Alt key in
combination with letters on a non-Latin keyboard layout does not produce any
escape sequences or characters. This makes it impossible to bind these key
combinations to specific actions withi
9 matches
Mail list logo