Mercurial > emacs
changeset 88827:4f185cac85fb
(XTread_socket): Add extra dead keysyms.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 03 Jul 2002 22:17:37 +0000 |
parents | 15f975409edc |
children | 4c5bbf536647 |
files | src/xterm.c |
diffstat | 1 files changed, 22 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Wed Jul 03 22:14:32 2002 +0000 +++ b/src/xterm.c Wed Jul 03 22:17:37 2002 +0000 @@ -10607,6 +10607,27 @@ #ifdef XK_dead_abovedot || orig_keysym == XK_dead_abovedot #endif +#ifdef XK_dead_abovering + || orig_keysym == XK_dead_abovering +#endif +#ifdef XK_dead_iota + || orig_keysym == XK_dead_iota +#endif +#ifdef XK_dead_belowdot + || orig_keysym == XK_dead_belowdot +#endif +#ifdef XK_dead_voiced_sound + || orig_keysym == XK_dead_voiced_sound +#endif +#ifdef XK_dead_semivoiced_sound + || orig_keysym == XK_dead_semivoiced_sound +#endif +#ifdef XK_dead_hook + || orig_keysym == XK_dead_hook +#endif +#ifdef XK_dead_horn + || orig_keysym == XK_dead_horn +#endif || IsKeypadKey (keysym) /* 0xff80 <= x < 0xffbe */ || IsFunctionKey (keysym) /* 0xffbe <= x < 0xffe1 */ /* Any "vendor-specific" key is ok. */ @@ -10655,7 +10676,7 @@ if (/* If the event is not from XIM, */ event.xkey.keycode != 0 /* or the current locale doesn't request - decoding of the intup data, ... */ + decoding of the input data, ... */ || ! CODING_REQUIRE_DECODING (&coding)) { /* ... we can use the input data as is. */