Skip to content

Commit 52d2049

Browse files
committed
reset default mapping in start_launcher
1 parent ab7e5ae commit 52d2049

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

FunKey/board/funkey/rootfs-overlay/usr/local/sbin/start_launcher

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,11 @@ while true; do
6060
wait $!
6161
erase_pid
6262

63-
# In case retrofe quits with errors, clear graphic VT
63+
# In case retrofe/opkrun quits with errors, clear graphic VT
6464
termfix_all
65+
66+
# In case retrofe/opkrun quits with errors, reset default key mapping
67+
keymap reset
6568
fi
6669

6770
# WD to prevent 100% CPU

0 commit comments

Comments
 (0)