Skip to content

Commit f5b3ad6

Browse files
committed
updated article
1 parent 32762ec commit f5b3ad6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

content/posts/und-da-war-mein-caps-lock-wieder-caps-lock.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,18 @@ Funktioniert bis auf mein halbes Abbrechen meiner Finger und dem Entgegenarbeite
2828
{{< / highlight >}}
2929

3030
Wichtig wäre es vielleicht auch wo genau das Script rein kommt. Dies findet man schnell mit `systemctl help systemd-suspend.service` heraus.
31+
32+
__Update__: Manchmal (und das gefühlt random) wird Caps Lock dann doch wieder Caps Lock. Nun greife ich zu härteren Bandagen: `/etc/default/keyboard`:
33+
34+
# KEYBOARD CONFIGURATION FILE
35+
36+
# Consult the keyboard(5) manual page.
37+
38+
XKBMODEL="pc105"
39+
XKBLAYOUT="de"
40+
XKBVARIANT=""
41+
XKBOPTIONS="caps:super"
42+
43+
BACKSPACE="guess"
44+
45+
Danach einmal `dpkg-reconfigure keyboard-configuration` ausführen!

0 commit comments

Comments
 (0)