(modifiers, modifier_key_support_tested,
authorGeoff Voelker <voelker@cs.washington.edu>
Fri, 2 Feb 1996 01:58:01 +0000 (01:58 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Fri, 2 Feb 1996 01:58:01 +0000 (01:58 +0000)
commita1a80b404e7c9a67335acdd9341e4668342a0ffe
treedea3b675b69dc753000e4af0387174db42576f07
parent7c69181b61d51094f461933198c114edbacad31b
(modifiers, modifier_key_support_tested,
modifiers_recorded): New variables.
(EMACS_LCONTROL, EMACS_RCONTROL, EMACS_LMENU,
EMACS_RMENU): New macros.
(test_modifier_support, record_keydown, record_keyup,
modifier_set, construct_modifiers): New functions.
(win32_wnd_proc): Monitor modifier keyup and keydown messages.
Map window modifiers into console modifiers to unify input.

(x_create_frame): Use the FixedSys font as the default font.
(x_to_win32_font): For now, always use ANSI_CHARSET.
src/w32fns.c