home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110502.etc.tar.gz / bradford.20110502.etc.tar / etc / sysconfig / keyboard < prev    next >
Text File  |  2006-12-18  |  3KB  |  98 lines

  1. ## Path:        Hardware/Keyboard
  2. ## Description: Keyboard settings
  3. ## Type:        string
  4. ## Default:     ""
  5. ## ServiceRestart: kbd
  6. #
  7. # Keyboard settings for the text console
  8. #
  9. # Keyboard mapping
  10. # (/usr/share/kbd/keymaps/)
  11. # e.g. KEYTABLE="de-latin1-nodeadkeys", "us" or empty for US settings
  12. #
  13. KEYTABLE="us.map.gz"
  14.  
  15. ## Type:        integer
  16. ## Default:
  17. #
  18. # Keyboard delay time in ms (250, 500, 750, 1000)
  19. KBD_DELAY=""
  20.  
  21. ## Type:    string(2.0,2.1,2.3,2.5,2.7,3.0,3.3,3.7,4.0,4.3,4.6,5.0,5.5,6.0,6.7,7.5,8.0,8.6,9.2,10.0,10.9,12.0,13.3,15.0,16.0,17.1,18.5,20.0,21.8,24.0,26.7,30.0)
  22. ## Default:
  23. #
  24. # Keyboard repeat rate (2.0 - 30.0)
  25. KBD_RATE=""
  26.  
  27. ## Type:        list(bios,yes,no)
  28. ## Default:     bios
  29. #
  30. # NumLock on? ("yes" or "no" or empty or "bios" for BIOS setting)
  31. KBD_NUMLOCK="bios"
  32.  
  33. ## Type:        yesno
  34. ## Default:     no
  35. #
  36. # ScrollLock on? ("yes" or "no")
  37. KBD_SCRLOCK="no"
  38.  
  39. ## Type:        yesno
  40. ## Default:     no
  41. #
  42. # CapsLock on? ("yes" or "no")
  43. KBD_CAPSLOCK="no"
  44.  
  45. ## Type:        yesno
  46. ## Default:     no
  47. #
  48. # Disable CAPS LOCK and make it a normal Shift key?
  49. # (Ctrl Caps Lock will still toggle Caps Lock functionality)
  50. # Note that you need to tweak the xkb maps or use xmodmap
  51. # if you want to do the same under X-Windows. In ~/.Xmodmap:
  52. # keycode 0x42 = Shift_L Shift_L
  53. #
  54. KBD_DISABLE_CAPS_LOCK="no"
  55.  
  56. ## Type:        string
  57. ## Default:     "tty1 tty2 tty3 tty4 tty5 tty6"
  58. #
  59. # ttys for the above settings 
  60. # Example: "tty1 tty2"
  61. # "" for all tty's
  62. #
  63. KBD_TTY="tty1 tty2 tty3 tty4 tty5 tty6"
  64.  
  65. # Compose tables to be loaded.
  66. # Compose tables are good for producing characters, which can not
  67. #  be directly input from your keyboard, such as characters with
  68. #  accents, currency signs, ...
  69. # Please read /usr/share/doc/packages/kbd/README.SuSE for an
  70. #  explanation.
  71. # You may leave this variable empty (default compose table from kernel 
  72. #  or KEYTABLE will be used then -- most keyboard maps don't have a
  73. #  compose table, though)
  74. # More than one compose table can be given. For a selection of possible
  75. #  tables see /usr/share/kbd/keymaps/include/compose.*
  76. # You can give more than one compose table, but only the last one will
  77. #  determine the compose combinations.
  78. #  The word "clear" has a special meaning:
  79. #  Your compose table will be cleared, before more compose symbols are
  80. #  added.
  81. # The files compose.winkeys and shiftctrl may be used to map the 
  82. #  <compose> key to the W*n menu key and Shift-Ctrl, respectively,
  83. #  on a PC keyboard.
  84. # A typical setting for Latin1 users (with a PC keyboard) may be
  85. #  COMPOSETABLE="clear winkeys shiftctrl latin1.add"
  86. # For latin2, this would be
  87. #  COMPOSETABLE="clear winkeys shiftctrl latin2"
  88. # A typical setting for sb. with a character set, where a matching 
  89. #  compose table is missing (but with a PC keyboard), would be
  90. #  COMPOSETABLE="winkeys shiftctrl"
  91. COMPOSETABLE="clear winkeys shiftctrl latin1.add"
  92.  
  93. # The YaST-internal identifier of the attached keyboard.
  94. #
  95. YAST_KEYBOARD="english-us,pc104"
  96.