Mercurial > hg > xemacs-beta
comparison src/event-msw.c @ 2828:a25c824ed558
[xemacs-hg @ 2005-06-26 18:04:49 by aidan]
Rename the ascii-character property, support more keysyms.
author | aidan |
---|---|
date | Sun, 26 Jun 2005 18:05:05 +0000 |
parents | 902d5bd9b75c |
children | facf3239ba30 |
comparison
equal
deleted
inserted
replaced
2827:936a6576c655 | 2828:a25c824ed558 |
---|---|
2772 lastev = mswindows_enqueue_keypress_event (hwnd, | 2772 lastev = mswindows_enqueue_keypress_event (hwnd, |
2773 make_char (ch), | 2773 make_char (ch), |
2774 mods_with_quit); | 2774 mods_with_quit); |
2775 } /* while */ | 2775 } /* while */ |
2776 | 2776 |
2777 #ifdef MULE | |
2778 /* Also figure out what the character would be in other | 2777 /* Also figure out what the character would be in other |
2779 possible keyboard layouts, in this order: | 2778 possible keyboard layouts, in this order: |
2780 | 2779 |
2781 -- current language environment | 2780 -- current language environment |
2782 -- user default language environment | 2781 -- user default language environment |
2910 | 2909 |
2911 XSET_EVENT_KEY_ALT_KEYCHARS (lastev, i, altch); | 2910 XSET_EVENT_KEY_ALT_KEYCHARS (lastev, i, altch); |
2912 } | 2911 } |
2913 } | 2912 } |
2914 } | 2913 } |
2915 #endif /* MULE */ | |
2916 | 2914 |
2917 /* This generates WM_SYSCHAR messages, which are interpreted | 2915 /* This generates WM_SYSCHAR messages, which are interpreted |
2918 by DefWindowProc as the menu selections. */ | 2916 by DefWindowProc as the menu selections. */ |
2919 if (got_accelerator) | 2917 if (got_accelerator) |
2920 { | 2918 { |