Live data from Hacker News

DeskHop – Fast Desktop Switching

github.com

61–70 of 285 posts

Re: DeskHop – Fast Desktop Switching

#61
post #13

> Ever tried to move that YT video slider to a specific position but your mouse moves too jumpy and suddenly you are moving your hand super-carefully like you're 5 and playing "Operation" all over again? On YouTube specifically, you can scrub through a video frame-by-frame using the , (comma) and . (period) keys, no custom hardware required. :-)

I wish there was a solution for Android. Sliders for fine grained selections are horrible in touch interfaces.

Same on iOS.

Re: DeskHop – Fast Desktop Switching

#62
post #52

I have a similar project inspired by another similar project ( https://github.com/jfedor2/screen-hopper ). My own version of this consists of two programs. One program runs on a Linux desktop and listens to input events from the Linux input subsystem (evdev). When you press a specific key, it will start consuming all events and sending them over USB serial to a RPI Pico. Pressing the key again will toggle back into p…

That's an awesome idea, man. I wish I thought of that.

I learned about about that screen hopper project only yesterday, and it just confirmed my theory - whatever I try to do, somebody smarter than me already made, only better, smoother running and with nicer features :)

I play no games whatsoever so absolute coords would be perfectly fine, but one of the items on the to-do list is to make it configurable.

Re: DeskHop – Fast Desktop Switching

#65
post #60
post #49

Just responding to the clunky and slow switching that is available. I have this wireless DELL mouse+keyboard set that switches quite easily and fast. Supports up to three devices (dongle + 2x BT). Dedicated key for tge switch, wirelss is instant, BT takes roughly 2 seconds. I can't recommend it though, as the mouse scroll wheel broke pretty quickly, and it's apparently a common problem. Can't "warranty it" individual…

Some dell monitors also allow switching video input via keyboard + mouse using the Dell Display Manager utility. You can set custom hotkeys for each input. I have a dell monitor as my daily driver and its my central monitor in a multi display setup simply because of the display input switching capability. Beats having to buy a expensive DisplayPort KVM.

That's pretty interesting, how long does the switch take?

Re: DeskHop – Fast Desktop Switching

#66

Seriously, if any VC is reading this, get this man some funding to make it a real project. Even at double or triple what it costs, it's still cheaper than any other commercial competitor.

Better make a Kickstarter or similar out of it. Don’t tie yourself to VC money if you can help it.

Re: DeskHop – Fast Desktop Switching

#67
On Windows, you have the option of using a tool named Mouse Without Borders, which was developed by Microsoft Garage and is now part of Windows PowerToys.

Links:

  - https://www.microsoft.com/en-us/garage/profiles/mouse-without-borders  
  - https://github.com/microsoft/PowerToys

Re: DeskHop – Fast Desktop Switching

#68
post #35

Why not use Remote Desktop? I work on multiple computers on one laptop and if your network is fast enough it’s silky smooth. For linux I use VNC and it works well but isn’t as nice as RDP.

In many cases remote desktop is a great solution. However, a hardware based KVM can be preferable for several reasons.

Security: remote desktop requires the machines to be on the same network.

Performance and compatibility: hardware accelerated rendering often does not play nice with remote desktop.

Re: DeskHop – Fast Desktop Switching

#70

One of the coolest hack projects I've seen in some time. Looking at the schematics took me back to my electronics technology class, learning the value of heat syncs and accidentally setting amps on fire :,) Having an accompanying explainer article or video is something I'd pay/donate for, just out of sheer curiosity of the work involved.

Thank you so much for the kind words. I'm hardly an expert but I will try to write something when I find some extra cycles. It was done to fix a problem I was seeing on a daily basis, but then I figured out it might help others (also gave me an excuse to practice kicad and 3d modelling).
Post reply on HN