mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 13:31:37 -07:00
; * src/haikuterm.c (haiku_read_socket): Add extra keyboard modifiers.
This commit is contained in:
parent
9e6df01bf1
commit
7159c1af08
1 changed files with 2 additions and 1 deletions
|
|
@ -2702,7 +2702,8 @@ haiku_read_socket (struct terminal *terminal, struct input_event *hold_quit)
|
|||
ASCII_KEYSTROKE_EVENT;
|
||||
|
||||
inev.timestamp = b->time / 1000;
|
||||
inev.modifiers = haiku_modifiers_to_emacs (b->modifiers);
|
||||
inev.modifiers = (haiku_modifiers_to_emacs (b->modifiers)
|
||||
| extra_keyboard_modifiers);
|
||||
XSETFRAME (inev.frame_or_window, f);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue