Add keyboard layout and variant settings with gum
This commit is contained in:
12
.install/templates/keyboard.conf
Normal file
12
.install/templates/keyboard.conf
Normal 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.
|
||||
}
|
||||
3
.install/templates/keyboard.py
Normal file
3
.install/templates/keyboard.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# Setup global keyboard layout here
|
||||
|
||||
keyboard_layout = "KEYBOARD_LAYOUT"
|
||||
Reference in New Issue
Block a user