You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hotkey-based switching: Use a hotkey combination to toggle the output between the two PCs.
Automatic cursor detection: Automatically switch the output when the mouse cursor reaches the edge of one PC's screen, similar to how multi-monitor setups work.
This could be particularly useful in dual-computer setups where users might want to switch control between a legacy system and a modern system seamlessly.
Additionally, I think the approach outlined in this comment is excellent. If we could base our modifications and extensions on this solution, it would be ideal.
Thank you very much for your time and feedback. I look forward to hearing your thoughts!
The text was updated successfully, but these errors were encountered:
Yes, it's similar to this. However, in this idea, the switching is done using defined hotkeys, and an additional pair of IO pins is used for USB output.
It's similar to this. However, in this idea, the switching is done using defined hotkeys, and an additional pair of IO pins is used for USB output.
If use hot keys, pico must be able to repeat the usb signal to another usb pins, however there's no more pio in rp2040. it's conflict with ps/2 pass through or "internal hub".
Could the switching be done before the PS/2 processing takes place? Ideally, I would like a single Pico to handle time-shared output for both data streams.
I think monitor edge detection won't be possible on PS/2.
I have connected the PS/2 interface using a ps2x2pico adapter to a DeskHop device, but I am not getting any response from it. The DeskHop device uses absolute coordinates for mouse control. Additionally, the keyboard is also not responding.
The proposed features are:
Hotkey-based switching: Use a hotkey combination to toggle the output between the two PCs.
Automatic cursor detection: Automatically switch the output when the mouse cursor reaches the edge of one PC's screen, similar to how multi-monitor setups work.
This could be particularly useful in dual-computer setups where users might want to switch control between a legacy system and a modern system seamlessly.
Additionally, I think the approach outlined in this comment is excellent. If we could base our modifications and extensions on this solution, it would be ideal.
Thank you very much for your time and feedback. I look forward to hearing your thoughts!
The text was updated successfully, but these errors were encountered: