Experimental fix to hopefully let users who rebind their capslock key keep those settings while using Fenrir.
This commit is contained in:
@@ -4,5 +4,5 @@
|
|||||||
# Fenrir TTY screen reader
|
# Fenrir TTY screen reader
|
||||||
# By Chrys, Storm Dragon, and contributors.
|
# By Chrys, Storm Dragon, and contributors.
|
||||||
|
|
||||||
version = "2025.12.03"
|
version = "2025.12.10"
|
||||||
code_name = "testing"
|
code_name = "testing"
|
||||||
|
|||||||
@@ -284,7 +284,8 @@ class driver(inputDriver):
|
|||||||
)
|
)
|
||||||
event_fired = True
|
event_fired = True
|
||||||
else:
|
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
|
foreward = True
|
||||||
|
|
||||||
event = device.read_one()
|
event = device.read_one()
|
||||||
|
|||||||
Reference in New Issue
Block a user