You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
It seems that the linux version of sneakysnek has some issues capturing keys that are pressed in conjunction with the shift key. So for example, when "A" is pressed it gets detected by sneakysnek, but "SHIFT+A" doesn't, this happens with non-alphabetic keys as well.
I looked around and modified the source code for linux_recorder by adding the ASCII mappings for the keys that aren't detected.
I have attached the patch file I wrote that fixes this issue. (Just change the extension to patch, GitHub doesn't accept .patch extension for some reason...) linux_recorder.txt
.
The text was updated successfully, but these errors were encountered:
It seems that the linux version of sneakysnek has some issues capturing keys that are pressed in conjunction with the shift key. So for example, when "A" is pressed it gets detected by sneakysnek, but "SHIFT+A" doesn't, this happens with non-alphabetic keys as well.
I looked around and modified the source code for linux_recorder by adding the ASCII mappings for the keys that aren't detected.
I have attached the patch file I wrote that fixes this issue. (Just change the extension to patch, GitHub doesn't accept .patch extension for some reason...)
linux_recorder.txt
.
The text was updated successfully, but these errors were encountered: