GNOME Bugzilla – Bug 653685
keyboard: Change precedence for schema in KeyList parser
Last modified: 2011-06-30 12:00:29 UTC
Briefly discussed this with Bastien on IRC, see attached patch.
Created attachment 190967 [details] [review] keyboard: Change precedence for schema in KeyList parser Right now, if both KeyList and KeyListEntry contain a schema element, the (global) one of the list wins. This makes it rather cumbersome to mix keys of different schemas in a single list, as rather than using a default schema and specifying a different one where necessary, every key needs its own schema element. A quick IRC discussion suggests that the current precedence is rather random, so change it to support this case.
With the last commit message you mentioned on IRC, this is good to commit.
Attachment 190967 [details] pushed as 8a85834 - keyboard: Change precedence for schema in KeyList parser