GNOME Bugzilla – Bug 741756
Some type-ahead fixes
Last modified: 2014-12-19 11:55:32 UTC
See patches.
Created attachment 293041 [details] [review] entryArea: Disable type-ahead for insensitive entries The entry is not supposed to be focusable while the entry area is disabled (usually because the room is currently not connected), so don't let type-ahead handling bypass that.
Created attachment 293042 [details] [review] entryArea: Enable type-ahead for shift-only key combos We need to filter out key events with modifiers for type-ahead, so that keyboard shortcuts don't unexpectedly move focus. However a shift-only key combo is generally not a shortcut, but an upper case letter, so do not filter those out.
Attachment 293041 [details] pushed as 4e1dd82 - entryArea: Disable type-ahead for insensitive entries Attachment 293042 [details] pushed as 6afb3e4 - entryArea: Enable type-ahead for shift-only key combos