Josh Goebel
Josh Goebel
``` (+K) Grabbing AT Translated Set 2 keyboard (/dev/input/event3) (+K) Grabbing MOSART Semi. wireless dongle (/dev/input/event4) (+K) Grabbing mykeyboarddevice (/dev/input/event28) (+K) Grabbing mykeyboarddevice (/dev/input/event27) ``` Your double grabbing... if the...
Please report other issues in a separate issue. This is only for discussion of masquerade.
> Grabbing mykeyboarddevice (/dev/input/event28) You still haven't added the suffix/prefix...
The string must be exact and match the one in the source: ``` VIRT_DEVICE_PREFIX = "Keyszer VIRTUAL" ```
It would be easier if you copied actual code snippets instead of screen shots which I cannot edit to correct... Refering to: https://github.com/joshgoebel/keyszer/issues/42#issuecomment-1161963092
With the correct spacing: ``` }, name="Keyszer VIRTUAL mykeyboarddevice", phys="isa0060/serio0/input0", ```
`(+K) Grabbing mykeyboarddevice (/dev/input/event28)` The fact that it keeps saying this means you have NOT modified your config properly to add the prefix even if you think you have...
You're missing _something_ because the name in your output isn't matching the name in your config: ``` (+K) Grabbing mykeyboarddevice (/dev/input/event28) ``` Maybe you have two config files or are...
I dunno what to tell you... **if the output has the old name** (without the prefix), _as you showed_, then it's not getting updated somewhere. ``` (+K) Grabbing mykeyboarddevice (/dev/input/event28)...
I've given you the correct code https://github.com/joshgoebel/keyszer/issues/42#issuecomment-1162082503 If you say it's still not working i dunno what to tell you. 🙁 Maybe start with a fresh install/ fresh config/ double/triple/quadruple...