From 744613caa871bccf3d490b11bfd6c16b180e79f7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:17:06 +0200 Subject: Adding upstream version 43.0. Signed-off-by: Daniel Baumann --- .../org.gnome.desktop.input-sources.gschema.xml.in | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 schemas/org.gnome.desktop.input-sources.gschema.xml.in (limited to 'schemas/org.gnome.desktop.input-sources.gschema.xml.in') diff --git a/schemas/org.gnome.desktop.input-sources.gschema.xml.in b/schemas/org.gnome.desktop.input-sources.gschema.xml.in new file mode 100644 index 0000000..c365168 --- /dev/null +++ b/schemas/org.gnome.desktop.input-sources.gschema.xml.in @@ -0,0 +1,64 @@ + + + + + 0 + Current input source + + The zero-based index into the input sources list specifying + the current one in effect. The value is automatically capped + to remain in the range [0, sources_length) as long as the + sources list isn’t empty. + + DEPRECATED: This key is deprecated and ignored. + + + + [] + List of input sources + + List of input source identifiers available. Each source is + specified as a tuple of 2 strings. The first string is the + type and can be one of “xkb” or “ibus”. For “xkb” sources the + second string is “xkb_layout+xkb_variant” or just “xkb_layout” + if a XKB variant isn’t needed. For “ibus” sources the second + string is the IBus engine name. An empty list means that the X + server’s current XKB layout and variant won’t be touched and + IBus won’t be used. + + + + [] + List of most recently used input sources + + List of most recently used input sources. The value is in the + same format as the available sources list. + + + + [] + List of XKB options + + List of XKB options. Each option is an XKB option string as + defined by xkeyboard-config’s rules files. + + + + false + Show all installed input sources + + Makes all installed input sources available for choosing in + System Settings. + + + + false + Use different input sources for each window + + When enabled, input sources get attached to the currently + focused window when activated. + + + + -- cgit v1.2.3