Fix Esc and Backspace being bindable when Caps Lock is on (Closes:
2008-03-31 Bastien Nocera <hadess@hadess.net> * eggcellrendererkeys.c (grab_key_callback): Fix Esc and Backspace being bindable when Caps Lock is on (Closes: #524813) svn path=/trunk/; revision=8615
This commit is contained in:
parent
7c66cbc00a
commit
04d6b6038d
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-03-31 Bastien Nocera <hadess@hadess.net>
|
||||
|
||||
* eggcellrendererkeys.c (grab_key_callback): Fix Esc and Backspace
|
||||
being bindable when Caps Lock is on (Closes: #524813)
|
||||
|
||||
2008-03-31 Bastien Nocera <hadess@hadess.net>
|
||||
|
||||
* gnome-keybinding-properties.c (append_keys_to_tree_from_file):
|
||||
|
|
|
@ -421,7 +421,8 @@ grab_key_callback (GtkWidget *widget,
|
|||
|
||||
egg_keymap_resolve_virtual_modifiers (gdk_keymap_get_default (),
|
||||
EGG_VIRTUAL_NUM_LOCK_MASK |
|
||||
EGG_VIRTUAL_SCROLL_LOCK_MASK,
|
||||
EGG_VIRTUAL_SCROLL_LOCK_MASK |
|
||||
EGG_VIRTUAL_LOCK_MASK,
|
||||
&ignored_modifiers);
|
||||
|
||||
/* http://bugzilla.gnome.org/show_bug.cgi?id=139605
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue