Please write these commands.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
# TEST 1 $ sudo dpkg-reconfigure keyboard-configuration # TEST 2 Other possibilities : $ setxkbmap gb # TEST 3 Other possibilities $ sudo apt-get install console-common $ sudo dpkg-reconfigure console-data # TEST 4 Other possibilities $setxkbmap -option grp:alt_shift_toggle us,il # You can see all locale alias with this command $cat /etc/locale.alias #More info $man setxkbmap # TEST 5 Other possibilities $ loadkeys es # For X: $ setxkbmap es # change in complete system $sudo dpkg-reconfigure console-setup # TEST 6 Other possibilities # Put these commands to inside of $ /etc/profile.d/bashrc $ sudo loadkeys /usr/share/keymaps/i386/qwerty/us.kmap.gz # TEST 7 Other possibilities $ apt-get install console-data: Chose AZERTY/France $ setxkbmap $ setxkbmap -layout fr $ setxkbmap -display 127.0.0.1:0.0 -layout fr # TEST 8 $ dpkg-reconfigure keyboard-configuration $ service keyboard-setup restart $ udevadm trigger --subsystem-match=input --action=change # TEST 9 # soon # |
Please Download this Document for more info
Keyboard – Debian Wiki_Public Document —— > Click and Download