Page 1 of 1

How to change keyboard layout of the terminal (not X)

Posted: 11 Sep 2013, 15:50
by MarTinazzI
How to change keyboard layout of the terminal (not X)?
I want use PT-BR Dvorak on my terminal, someone can help me?
MarTinazzI, rafael

Re: How to change keyboard layout of the terminal (not X)

Posted: 11 Sep 2013, 16:29
by fanthom
for polish localization i'm adding following commands to /etc/rc.d/rc.local:

Code: Select all

loadkeys pl
setfont -v lat2a-16
unicode_start
more info on slack wiki which may be helpful for you case:
http://docs.slackware.com/slackware:loc ... nsole_font

Re: How to change keyboard layout of the terminal (not X)

Posted: 12 Sep 2013, 22:32
by MarTinazzI
fanthom wrote:for polish localization i'm adding following commands to /etc/rc.d/rc.local:

Code: Select all

loadkeys pl
setfont -v lat2a-16
unicode_start
more info on slack wiki which may be helpful for you case:
http://docs.slackware.com/slackware:loc ... nsole_font
This work, but I can't find the kbd layout PT-BR Dvorak. I'm using this layout on XFCE and I want this layout on Terminal without a X.
MarTinazzI, rafael