1 Commits

2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -4,5 +4,5 @@
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributors.
version = "2025.12.03"
version = "2025.12.10"
code_name = "testing"
@@ -284,7 +284,8 @@ class driver(inputDriver):
)
event_fired = True
else:
if event.type in [2, 3]:
# Forward non-keyboard events: 2=EV_REL, 3=EV_ABS, 17=EV_LED
if event.type in [2, 3, 17]:
foreward = True
event = device.read_one()