We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c1cf5 commit ce45763Copy full SHA for ce45763
ubuntu2404/misc/keyboard
@@ -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