Bug#1093056: xterm: Alt key combinations with non-Latin keyboard layouts don't send escape sequences in modifyOtherKeys mode 2

2025-01-22 Thread Thomas Dickey
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

Bug#1093056: (no subject)

2025-01-22 Thread Ivan Sorokin
Hi, Thomas! Thanks for the quick reply. I use Russian keyboard layout, and the fix above solves this issue for me

Bug#1093056:

2025-01-22 Thread Ivan Sorokin
~$ 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

Bug#1093056: (no subject)

2025-01-22 Thread Ivan Sorokin
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

Bug#1093056: xterm: Alt key combinations with non-Latin keyboard layouts don't send escape sequences in modifyOtherKeys mode 2

2025-01-14 Thread Thomas Dickey
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

Bug#1093056: xterm: Alt key combinations with non-Latin keyboard layouts don't send escape sequences in modifyOtherKeys mode 2

2025-01-14 Thread Ivan Sorokin
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