Skip to content

Commit ce45763

Browse files
committed
Ubuntu24: add missing file
1 parent a3c1cf5 commit ce45763

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ubuntu2404/misc/keyboard

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Check /usr/share/doc/keyboard-configuration/README.Debian for
2+
# documentation on what to do after having modified this file.
3+
4+
# The following variables describe your keyboard and can have the same
5+
# values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
6+
# in /etc/X11/xorg.conf.
7+
8+
XKBMODEL="pc105"
9+
XKBLAYOUT="us"
10+
XKBVARIANT=""
11+
XKBOPTIONS=""
12+
13+
# If you don't want to use the XKB layout on the console, you can
14+
# specify an alternative keymap. Make sure it will be accessible
15+
# before /usr is mounted.
16+
# KMAP=/etc/console-setup/defkeymap.kmap.gz
17+
BACKSPACE="guess"

0 commit comments

Comments
 (0)