Project

General

Profile

Kblayout » History » Version 4

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

1 1 Per Amundsen
_Added in 2.9_
2
3 4 Per Amundsen
*/kblayout [-d] [language]*
4 1 Per Amundsen
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 1 Per Amundsen
11 3 Per Amundsen
*Switches*
12
13
-d - Resets the keyboard layout to the default language.
14
15 1 Per Amundsen
*Parameters*
16
17 4 Per Amundsen
[language] - The keyboard language to change to.
18 1 Per Amundsen
19
*Example*
20
21
<pre>
22 3 Per Amundsen
; Change the keyboard layout to German.
23 1 Per Amundsen
/kblayout DE
24
25 3 Per Amundsen
; Change the keyboard layout to American.
26 1 Per Amundsen
/kblayout US
27 3 Per Amundsen
28
; Resets the keyboard layout to the default language.
29
/kblayout -d
30 1 Per Amundsen
</pre>