Jazztache
Jazztache
I am having the exact same issue, I was just about to report the following: " Hello! I am getting an error whilst using split Joy-Cons on JoyShockMapper on Arch...
I found out where this breaks: `JoyShockMapper/src/linux/InputHelpers.cpp` at line 569: `if (::ioctl(STDIN_FD, TIOCSTI, &c) < 0)` I cloned the build somewhere else and isolated what error code I got from...
...So, TIOCSTI is being used to *manually* type the letter Q,U,I,T into the terminal. It does this for both Ctrl+C and the status icon. I can tell because when I...
Update on the situation: https://github.com/Electronicks/JoyShockMapper/pull/162 This pull request seems to fix the issue, along with a build issue in the most recent version. I recommend compiling this version from source...