Module for managing keyboards on supported POSIX-like systems using systemd, or such as Redhat, Debian and Gentoo.
salt.modules.keyboard.
get_sys
()¶Get current system keyboard setting
CLI Example:
salt '*' keyboard.get_sys
salt.modules.keyboard.
get_x
()¶Get current X keyboard setting
CLI Example:
salt '*' keyboard.get_x
salt.modules.keyboard.
set_sys
(layout)¶Set current system keyboard setting
CLI Example:
salt '*' keyboard.set_sys dvorak
salt.modules.keyboard.
set_x
(layout)¶Set current X keyboard setting
CLI Example:
salt '*' keyboard.set_x dvorak
Generated on August 05, 2021 at 04:04:00 UTC.
You are viewing docs for the previous stable release, 3000.9. Switch to docs for the latest stable release, 3003.1, or to a recent doc build from the master branch.
© 2021 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy