InputBot icon indicating copy to clipboard operation
InputBot copied to clipboard

Some enumerations in Keycodes and Scancodes are redundant in src/linux/Input.rs

Open Corallus-Caninus opened this issue 2 years ago • 0 comments

Some of the enumerations are not accessible.

For example: this means certain actions such as Numpad7Key.is_toggled() work but HomeKey.is_toggled() doesnt.

I have patched this on my branch specifically for another project but have not been able to create an upstream fix yet nor do I plan to at this time.

Corallus-Caninus avatar Jul 31 '21 21:07 Corallus-Caninus