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 June 18, 2020 at 04:09:58 UTC.
You are viewing docs for the latest stable release, 3001. Switch to docs for the previous stable release, 3000.3, or to a recent doc build from the master branch.
© 2020 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy