Searched refs:layout (Results 1 - 2 of 2) sorted by relevance

/systemd/src/locale/
H A Dlocaled.c626 return log_error_errno(r, "Failed to set X11 keyboard layout: %m");
628 log_info("Changed X11 keyboard layout to '%s' model '%s' variant '%s' options '%s'",
639 log_debug("X11 keyboard layout was not modified.");
705 * but the first layout stripped off. */
750 * matches just the first layout.
1112 static int verify_xkb_rmlvo(const char *model, const char *layout, const char *variant, const char *options) { argument
1115 .layout = layout,
1147 static int verify_xkb_rmlvo(const char *model, const char *layout, const char *variant, const char *options) { argument
1154 const char *layout, *mode local
[all...]
H A Dlocalectl.c353 const char *layout, *model, *variant, *options; local
366 layout = args[1];
379 "ssssbb", layout, model, variant, options,
431 else if (startswith(l, "! layout"))

Completed in 778 milliseconds