Guest User

Untitled

a guest
Dec 11th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 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. dumpkeys_charset=""
  20.  
  21. # Some fonts map AltGr-E to the currency symbol ¤ instead of the Euro €
  22. # To fix this, set to "yes"
  23. fix_euro="NO
Add Comment
Please, Sign In to add comment