Browse code

Add input keyboard

Robert Cranston authored on 17/05/2022 17:28:57
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,7 @@
1
+# See `man keyboard` and `man xkeyboard-config`.
2
+# This seems to be picked up in an X session, but not on the Linux console
3
+# (where `/etc/default/keyboard` is used).
4
+XKBMODEL="pc105"
5
+XKBLAYOUT="se"
6
+XKBOPTIONS="caps:escape"
7
+# XKBVARIANT="nodeadkeys"