James Fowler
James Fowler
Does it work the way you need in the jfowler branch? Each key cycle should generate a DOWN event and an UP event. For example, if you press and hold...
Unfortunately there's no command line option to add more debugging output. The part where it says "Found 1 G13s" comes before opening the pipe. The pipe open() call isn't checked...
It should be possible. You can bind a shift key and a regular key to two different G-keys and that works, so there aren't any obvious weird shift state issues....
Still fairly primitive, but functional : added an "mbind" command, similar to bind, so you can say **mbind G16 KEY_LEFTSHIFT+KEY_F1** The **mbind** command is probably temporary - I'll probably just...
Great, let me know how it works for you. Just to be fair, there is another option : Paul Healy implemented similar support for modifiers, you can find more about...
Did you get a chance to test it (https://github.com/james-fowler/g13) yet?
You need to reload any time you restart g13d. With the latest version, you have the option of ignoring the pipe and using the command line for simple configurations, like...
I suspect it's still there. This might be tricky to solve completely without modifying the command protocol. There is no preamble or header in the lpbm format, so there is...
What kind of security problems are you thinking about? This would open a file for read, and then only proceed as long as the file matched a valid PBM format...
There is not currently a direct way to attach multiple commands to a key, however you can do most of what you describe using profiles, and there is already an...