Project

General

Profile

Kblayout » History » Version 5

Per Amundsen, 02/16/2023 12:53 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 5 Per Amundsen
table(ktable).
14
|*Switch*|*Description*|
15
| -d | Resets the keyboard layout to the default language. |
16 1 Per Amundsen
17
*Parameters*
18
19 5 Per Amundsen
table(ktable).
20
|*Parameter*|*Description*|
21
| [language] | The keyboard language to change to. |
22 1 Per Amundsen
23
*Example*
24
25
<pre>
26 3 Per Amundsen
; Change the keyboard layout to German.
27 1 Per Amundsen
/kblayout DE
28
29 3 Per Amundsen
; Change the keyboard layout to American.
30 1 Per Amundsen
/kblayout US
31 3 Per Amundsen
32
; Resets the keyboard layout to the default language.
33
/kblayout -d
34 1 Per Amundsen
</pre>