Kblayout » History » Revision 3
Revision 2 (Per Amundsen, 08/21/2017 01:08 PM) → Revision 3/5 (Per Amundsen, 08/21/2017 01:11 PM)
_Added in 2.9_ */kblayout [-d] <language>* Changes the keyboard layout globally to the specified language. _It can only change keyboard layout to a installed language._ _See also [[$kblayout]]._ *Switches* -d - Resets the keyboard layout to the default language. *Parameters* <language> - The keyboard language to change to. *Example* <pre> ; Change the keyboard layout to German. German /kblayout DE ; Change the keyboard layout to American. American /kblayout US ; Resets the keyboard layout to the default language. /kblayout -d </pre>