User Tools

Site Tools


keyb-layout

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
keyb-layout [2013/04/09 10:13] darkbytekeyb-layout [2017/11/25 17:38] (current) darkbyte
Line 1: Line 1:
-=== switching keyboard layouts in X === +====Switching keyboard layouts in X===
-applies to slackware+ 
 +---- 
 + 
 +**__Applies to slackware__**
  
 copy //90-keyboard-layout.conf// from ///usr/share/X11/xorg.conf.d// to ///etc/X11/xorg.conf.d//  copy //90-keyboard-layout.conf// from ///usr/share/X11/xorg.conf.d// to ///etc/X11/xorg.conf.d// 
Line 19: Line 22:
 </code> </code>
  
-Navigation: [[asm]] . [[compilation]] . [[linux]] . back to [[start]]+---- 
 + 
 +**__Applies to debian__** 
 + 
 +edit ///etc/default/keyboard// as root (sudo), and change corresponding options: 
 +<code> 
 +# KEYBOARD CONFIGURATION FILE 
 + 
 +# Consult the keyboard(5) manual page. 
 + 
 +XKBMODEL="pc105" 
 +XKBLAYOUT="us,sk" 
 +XKBVARIANT=",qwerty" 
 +XKBOPTIONS="grp:alt_shift_toggle" 
 + 
 +BACKSPACE="guess" 
 +</code> 
 + 
 +---- 
 + 
 +**Navigation: [[asm]] . [[compilation]] . [[linux]] . [[windows]] . [[mac]] . back to [[start]]**
keyb-layout.1365495220.txt.gz · Last modified: 2013/04/09 10:13 by darkbyte