Add keyboard layout and variant settings with gum

This commit is contained in:
Stephan Raabe
2023-11-20 17:47:51 +01:00
parent ae7383e88b
commit f8d647da94
5 changed files with 95 additions and 42 deletions

View File

@@ -0,0 +1,12 @@
# -----------------------------------------------------
# Keyboard Layout
# -----------------------------------------------------
input {
kb_layout = "KEYBOARD_LAYOUT"
kb_variant = "KEYBOARD_VARIANT"
follow_mouse = 1
touchpad {
natural_scroll = false
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}

View File

@@ -0,0 +1,3 @@
# Setup global keyboard layout here
keyboard_layout = "KEYBOARD_LAYOUT"