Skip to content

Commit 5ab34a8

Browse files
committed
fix: capslock not work (fcwu#173)
1 parent 2ceb2a1 commit 5ab34a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rootfs/etc/supervisor/conf.d/supervisord.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ stopsignal=KILL
5252

5353
[program:x11vnc]
5454
priority=20
55-
command=x11vnc -display :1 -xkb -forever -shared -repeat
55+
command=x11vnc -display :1 -xkb -forever -shared -repeat -capslock
5656

5757
[program:novnc]
5858
priority=25

rootfs/etc/supervisor/conf.d/supervisord.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ stopsignal=KILL
7777

7878
[program:x11vnc]
7979
priority=20
80-
command=x11vnc -display :1 -xkb -forever -shared -repeat
80+
command=x11vnc -display :1 -xkb -forever -shared -repeat -capslock
8181

8282
[program:novnc]
8383
priority=25

0 commit comments

Comments
 (0)