Set KeyboardMap2013/05/28 | 
| 
 
The example for setting keymap of your system. 
 
 | 
|
| [1] | This example shows to change to the Japanese. Replace it to your own one. | 
| 
 
root@dlp:~#  
vi /etc/default/keyboard  # change to your keyboard rayouts XKBMODEL=" jp106 "XKBLAYOUT=" jp "
root@dlp:~#  
source /etc/default/keyboard   # reload  | 
| 
 |