workstation/roles/debian/files/keyboard

12 lines
245 B
Text
Raw Normal View History

2020-06-16 17:30:08 +00:00
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
2020-06-20 17:17:14 +00:00
# Update the initramfs after changing this file.
2020-06-16 17:30:08 +00:00
2020-06-20 17:17:14 +00:00
XKBMODEL="pc105"
XKBLAYOUT="us,ca"
XKBVARIANT=",multix"
2020-06-19 14:04:19 +00:00
XKBOPTIONS="compose:menu,grp:lctrl_lshift_toggle"
2020-06-17 12:39:36 +00:00
2020-06-16 17:30:08 +00:00
BACKSPACE="guess"