Kblayout » History » Version 2
Per Amundsen, 08/21/2017 01:08 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 | 2 | Per Amundsen | _See also [[$kblayout]]._ |
10 | |||
11 | 1 | Per Amundsen | *Parameters* |
12 | |||
13 | <language> - The keyboard language to change to. |
||
14 | |||
15 | *Example* |
||
16 | |||
17 | <pre> |
||
18 | ; Change the keyboard layout to German |
||
19 | /kblayout DE |
||
20 | |||
21 | ; Change the keyboard layout to American |
||
22 | /kblayout US |
||
23 | </pre> |