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