How to change keymap on native console?

1

When I'm switching to native console with Ctrl+Alt+Fn I have wrong keyboard maping. I want to set keymap proper to my language. In KDE, web browser, konsole etc. everything is OK.

So, how to change keymap on native console? How to figure out which keymap is currently loaded? Maybe it is font issue?

scati

Posted 2012-11-24T20:01:05.637

Reputation: 11

Answers

1

Install the package which contains loadkeys and the keymaps data, i.e. in a Debian system:

apt install console-data kbd

then you can change the keymap, for example:

loadkeys de
loadkeys it
loadkeys us

and so on.

MaxChinni

Posted 2012-11-24T20:01:05.637

Reputation: 111