diff options
author | sabetts <sabetts> | 2004-05-20 06:13:52 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2004-05-20 06:13:52 +0000 |
commit | c9b79a47d169f3358cfd9e644d38cd86658fb3de (patch) | |
tree | c135a3c259b45adfbb8e756df520c26298c8f8af /ChangeLog | |
parent | 6f0409e582148c7611133cb1116c934ff312b204 (diff) | |
download | ratpoison-c9b79a47d169f3358cfd9e644d38cd86658fb3de.zip |
* src/input.c (rp_mask_to_x11_mask): handle the shift modifier
(x11_mask_to_rp_mask): likewise
(keysym_to_keycode_mod): Make sure lower != keysym before adding
the shift mask.
(keysym_to_string): handle the shift modifier. use 's' for super
instead of 'S'
(cook_keycode): keep the shift modifier if XLookupString didn't
gobble it.
* src/data.h (RP_SHIFT_MASK): new define
* src/actions.c (parse_keydesc): parse the shift modifier change
super to 's' from 'S'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2004-05-19 Shawn Betts <sabetts@vcn.bc.ca> + * src/input.c (rp_mask_to_x11_mask): handle the shift modifier + (x11_mask_to_rp_mask): likewise + (keysym_to_keycode_mod): Make sure lower != keysym before adding + the shift mask. + (keysym_to_string): handle the shift modifier. use 's' for super + instead of 'S' + (cook_keycode): keep the shift modifier if XLookupString didn't + gobble it. + + * src/data.h (RP_SHIFT_MASK): new define + + * src/actions.c (parse_keydesc): parse the shift modifier change + super to 's' from 'S'. + * src/window.c (format_window_name): add %f format option 2004-05-05 Shawn Betts <sabetts@vcn.bc.ca> |