Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Shift key issues on linux #8

Open
froymal opened this issue Nov 24, 2021 · 1 comment
Open

Shift key issues on linux #8

froymal opened this issue Nov 24, 2021 · 1 comment

Comments

@froymal
Copy link

froymal commented Nov 24, 2021

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
.

@SunnyJames
Copy link

Can confirm this issue occurs in the current version and is fixed by the patch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants