Dick Marinus
Dick Marinus
How about passing the analog values as-is to user space and translate the custom events to [injected input](https://python-evdev.readthedocs.io/en/latest/tutorial.html#injecting-input) through evdev? Would you accept a PR which adds this capability to...
Sound reasonable yes. I found this project: https://github.com/kempniu/evmapy which does most of my suggestion already. When I hack RazerHuntsmanV2Analog into `_RippleKeyboard` would it already send the analog key presses as...
Haven't bought it yet but I figured evmapy wouldn't work because it cannot do "hold key" (repeat key when it's hold). I'm fiddling a bit with other analog input devices...
> @meeuw Switching the keyboard to "driver mode" (which is required for the kernel to get any analog events and not just standard key presses as happens in the current...
I'm able to receive the analog events from razer_raw_event, I'm struggling a bit to translate these to ABS events, Linux doesn't seem to like a keyboard which behaves like a...
:partying_face: still work in progress but I the keyboard is working in "driver mode" ! https://github.com/meeuw/openrazer/commits/huntsman-mini-analog
FYI: Implemented "user configurable through sysfs", also added absolute events for (almost) all keys!
Hi @nbari the rationale is (as you might have guessed) to prevent totally unreadable tables, and you've already found the easiest workaround (use \G). How would you like to see...
Hmm it seems possible to use `mysql_cleartext_password` for `auth_plugin_map` when connecting using PyMySQL (`pymysql.connect`). I'll see if I can create a PR for this in a few days.
I have some trouble configuring a mysql which only accept clear text passwords (for testing purposes). It seems the clear text plugin is for LDAP and PAM authentication which is...