mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-15 07:41:09 -08:00
Respect `extra-keyboard-modifiers' when handling XI2 keyboard input
* src/xterm.c (handle_one_xevent): Add extra modifiers to XI2 keyboard state.
This commit is contained in:
parent
3d2c213ce9
commit
9e6df01bf1
1 changed files with 2 additions and 0 deletions
|
|
@ -11572,6 +11572,8 @@ handle_one_xevent (struct x_display_info *dpyinfo,
|
|||
}
|
||||
#endif
|
||||
|
||||
state |= x_emacs_to_x_modifiers (dpyinfo, extra_keyboard_modifiers);
|
||||
|
||||
#ifdef HAVE_XKB
|
||||
if (FRAME_DISPLAY_INFO (f)->xkb_desc)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue