Hermann Stamm-Wilbrandt
Hermann Stamm-Wilbrandt
I deleted build directory, created it again and did this cmake for Raspberry mouse with explicit code ``` cmake .. -DMOUSE_DEV="/dev/input/by-id/usb-PixArt_USB_Optical_Mouse-mouse" -DMOUSE_VID=0x093a -DMOUSE_PID=0x2510 ``` just to be sure. Still compiled...
I just tried that, and see corresponding messages on Pi400: ``` K:9 0 0 0 0 0 0 0 Releasing Keyboard and/or Mouse K:1 0 0 0 0 0 0...
Red Hat Enterprise Linux 8.4 -- the normal only keyboard pi400kb works like a charme, just the feature/mouse-support branch does not
Sorry, my fault, I did start your old pi400kb in lxde autostart: https://forums.raspberrypi.com/viewtopic.php?f=140&t=295074&start=25#p1922811 After I removed that from autostart, Pi400 keyboard and Raspberry mouse immediately worked on laptop with feature/mouse-support...
Thanks -- the "oncapture" and "onrelease" events would be cool. Currently I have keyboard shortcut in place to start pi400kb, in addition to autostart startup. Since few minutes I run...
Please add "oncapture" and "onrelease" event processing, that would allow below Pi400 KVM switch finite state diagram. I would just need to configure "irplay 3" and "irplay 1" for those...
I described the details on how to build in new "Pi400 KVM switch" forum thread: https://forums.raspberrypi.com/viewtopic.php?f=140&t=321840
I tried to compile pi400kb for Logitech MX Ergo trackball: ``` pi@raspberrypi400:~/test/pi400kb/build $ lsusb | grep Logi Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver pi@raspberrypi400:~/test/pi400kb/build $ ```...
Thank you Philip, your hook.sh is marvelous! I just added irplay calls for automatic display switching, keeping led0 toogle from the script, although that is not really needed since you...
I finally did let led0 as is: ``` pi@raspberrypi400:~ $ cat /usr/local/bin/hook.sh #!/bin/bash # irplay example pi400kb hook # This script is given the argument 1 for grabbed, 0 for...