spi

Results 65 comments of spi

What does key-mapper do when connecting a new input device (like keyboard or mouse)? I do see several key-mapper-* processes and it seems that at some time there is a...

I do see three `/usr/bin/python3 /usr/bin/key-mapper-service --hide-info -d` processes on a notebook with a keyboard, touchpad and one external Bluetooth mouse. Only for the internal keyboard some keys get autoloaded,...

> The third process is possibly the SharedDict from https://github.com/sezanzeb/key-mapper/blob/main/keymapper/injection/macros.py#L53 > > which is used for macros to set and read variables globally across injection processes And the second? First...

> Why is key-mapper-service started by default with `-d` for debugging? How can it be started without `-d`? Seems to be hardcoded... How can I disable all the logging?

> debuglogs are not hardcoded anymore since [b1b88a0](https://github.com/sezanzeb/key-mapper/commit/b1b88a0a1fb6923bcba8cb301f5ba3de7bccbc6b) excellent! Thx! The only thing I am still seeing in syslog, is hundreds of ``` Jul 22 14:37:25 sp02 gnome-shell[4216]: Window manager...

Issue happend today again. After connecting external Logitech mouse and keyboard to notebook external devices wouldn't work. Killed all key-mapper-* instances and external devices started to work again. There is...

> Maybe you should actually try if it works better in xfce4, it has generally been much more stable than gnome for me and also has a good reputation for...

So, it just now happened. External input devices are frozen. evtest shows events for both the internal keyboard (with keys being injected) and the external one (without any injection). `key-mapper-control...

> Doesn't happen if I remove the udev rule for autoload and manually trigger autoload once a few seconds after connecting the device. Does it work though if you added...

> is this still an issue? I haven't seen any freezes for quite some time now. The only thing I see are the hundreds of warnings flooding my log: `gnome-shell[4216]:...