Ignore ibus type source when setting keymap (#1041)

Co-authored-by: Ryo Nakano <26003928+ryonakano@users.noreply.github.com>
This commit is contained in:
Jeremy Wootten 2021-03-14 11:47:15 +00:00 committed by GitHub
parent e46602eae8
commit 0d43e6de20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,8 @@ namespace Gala {
string[] arr = name.split ("+", 2);
layout = arr[0];
variant = arr[1] ?? "";
} else {
return; //We do not want to change the current xkb layout here when using ibus.
}
var xkb_options = settings.get_strv ("xkb-options");