Project

General

Profile

Kblayout » History » Revision 4

Revision 3 (Per Amundsen, 08/21/2017 01:11 PM) → Revision 4/5 (Per Amundsen, 08/21/2017 01:12 PM)

_Added in 2.9_ 

 */kblayout [-d] [language]* <language>* 

 Changes the keyboard layout globally to the specified language. 

 _It can only change keyboard layout to a installed language._ 

 _See also [[$kblayout]]._ 

 *Switches* 

 -d - Resets the keyboard layout to the default language. 

 *Parameters* 

 [language] <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 

 ; Resets the keyboard layout to the default language. 
 /kblayout -d 
 </pre>