From 4fdb7304932cab5d4c5d83b2a9468c9c2dc0f6aa Mon Sep 17 00:00:00 2001 From: sabetts Date: Thu, 6 Sep 2001 09:01:28 +0000 Subject: numlock, caps lock, and scroll lock are ignored for the prefix key. --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bbb1d70..ab2c118 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2001-09-06 shawn + + * src/manage.c (grab_prefix_key): call grab_key. + (ungrab_prefix_key): use AnyModifier as the modifier mask param to + XUngrabKey. + + * src/input.h (grab_key): new protoype + + * src/input.c (update_modifier_map): find the numlock and scroll + lock modifiers. + (grab_key): new function + (cook_keycode): new param ignore_mad_mods. protoype updated. all + callers updated. + (cook_keycode): ignore caps lock, numlock and scroll lock + modifiers when ignore_bad_mods param is non-zero. + + * src/events.c (key_press): ignore numlock, scroll lock, and caps + lock modifiers when cooking the prefix key. + + * src/data.h (struct modifier_info): new fields num_lock_mask, + scroll_lock_mask. + 2001-09-05 shawn * src/main.c (show_welcome_message): If the help key is bound to ? -- cgit v1.2.3