From 02a8557f89147bb7c7ca16f9b55d8c1ce59c0128 Mon Sep 17 00:00:00 2001
From: Florent Gluck <florent.gluck@hesge.ch>
Date: Mon, 22 Jul 2024 12:58:36 +0200
Subject: [PATCH] oops forgot config/keyboard/keyboard

---
 live_exam_os/config/keyboard/keyboard | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 live_exam_os/config/keyboard/keyboard

diff --git a/live_exam_os/config/keyboard/keyboard b/live_exam_os/config/keyboard/keyboard
new file mode 100644
index 00000000..ad849b1f
--- /dev/null
+++ b/live_exam_os/config/keyboard/keyboard
@@ -0,0 +1,10 @@
+# KEYBOARD CONFIGURATION FILE
+
+# Consult the keyboard(5) manual page.
+
+XKBMODEL="pc105"
+XKBLAYOUT="ch"
+XKBVARIANT="fr"
+XKBOPTIONS=""
+
+BACKSPACE="guess"
-- 
GitLab