summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-09-06 09:01:28 +0000
committersabetts <sabetts>2001-09-06 09:01:28 +0000
commit4fdb7304932cab5d4c5d83b2a9468c9c2dc0f6aa (patch)
tree328a786c9ec4514dbc0e59a0eb9690c1d2b636ab /ChangeLog
parentfdf305b75123f1ca5b7e08e951760a93a2c106fd (diff)
downloadratpoison-4fdb7304932cab5d4c5d83b2a9468c9c2dc0f6aa.zip
numlock, caps lock, and scroll lock are ignored for the prefix key.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bbb1d70..ab2c118 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2001-09-06 shawn <sabetts@diggin.lamenet.tmp>
+
+ * 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 <sabetts@diggin.lamenet.tmp>
* src/main.c (show_welcome_message): If the help key is bound to ?