Advertisement
Guest User

keymaps

a guest
Sep 8th, 2012
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. # Use keymap to specify the default console keymap. There is a complete tree
  2. # of keymaps in /usr/share/keymaps to choose from.
  3. keymap="us"
  4.  
  5. # Should we first load the 'windowkeys' console keymap? Most x86 users will
  6. # say "yes" here. Note that non-x86 users should leave it as "no".
  7. # Loading this keymap will enable VT switching (like ALT+Left/Right)
  8. # using the special windows keys on the linux console.
  9. windowkeys="YES"
  10.  
  11. # The maps to load for extended keyboards. Most users will leave this as is.
  12. extended_keymaps=""
  13. #extended_keymaps="backspace keypad euro2"
  14.  
  15. # Tell dumpkeys(1) to interpret character action codes to be
  16. # from the specified character set.
  17. # This only matters if you set unicode="yes" in /etc/rc.conf.
  18. # For a list of valid sets, run `dumpkeys --help`
  19. keymap="ru"
  20. dumpkeys_charset=""
  21.  
  22. # Some fonts map AltGr-E to the currency symbol ¤ instead of the Euro €
  23. # To fix this, set to "yes"
  24. fix_euro="NO"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement