Project

General

Profile

Kblayout » History » Version 1

Per Amundsen, 08/21/2017 01:03 PM

1 1 Per Amundsen
_Added in 2.9_
2
3
*/kblayout <language>*
4
5
Changes the keyboard layout globally to the specified language.
6
7
_It can only change keyboard layout to a installed language._
8
9
*Parameters*
10
11
<language> - The keyboard language to change to.
12
13
*Example*
14
15
<pre>
16
; Change the keyboard layout to German
17
/kblayout DE
18
19
; Change the keyboard layout to American
20
/kblayout US
21
</pre>