home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / keyboard-configuration / README.Debian < prev    next >
Encoding:
Text File  |  2013-01-05  |  1.5 KB  |  44 lines

  1. SHARED KEYBOARD LAYOUT
  2.  
  3. In Debian the default keyboard layout is shared between the console
  4. and X.  It is specified in /etc/default/keyboard.
  5.  
  6.  
  7. USING DEBCONF FOR EASIER CONFIGURATION
  8.  
  9. While it will be safe to edit directly the configuration files
  10. (/etc/default/keyboard and /etc/default/console-setup) perhaps it will
  11. be easier to use
  12.  
  13. dpkg-reconfigure keyboard-configuration
  14. dpkg-reconfigure console-setup
  15.  
  16. If your keyboard configuration is too complex, Debconf may refuse to
  17. reconfigure it.  This doesn't mean this configuration is not supported
  18. and can not be used on the console.  It only means you have to edit
  19. the configuration files by hand.
  20.  
  21. Consult the manual pages keyboard(5), console-setup(5) and setupcon(1). 
  22.  
  23.  
  24. DEBIAN PACKAGES 
  25.  
  26. keyboard-configuration
  27.    This package creates and maintains the configuration file
  28.    /etc/default/keyboard.
  29.  
  30. console-setup
  31.    This package is responsible for the actual configuration of the
  32.    console (font and keyboard).  It is responsible for the
  33.    configuration file /etc/default/console-setup.
  34.  
  35. console-setup-mini
  36.    This is a limited version of console-setup.  It doesn't create a file
  37.    /etc/default/console-setup but it will use such a file if it exists.
  38.    Notice that if /etc/default/console-setup doesn't exist, then no
  39.    font will be loaded so some non-ASCII symbols will not display
  40.    correctly.  However, Unicode/non-Unicode mode and the charmap will
  41.    still be configured according to the current locale.
  42.  
  43.  -- Anton Zinoviev <zinoviev@debian.org>, Mon, 28 Mar 2011 22:14:16 +0300
  44.