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
I have been using this for a little while now, I have my work laptop connected to three monitors from a dock via HDMI(2) and my desktop via DisplayPort. As you can imagine, I was not interested in paying $1500+ for a KVM capable of doing what I wanted, so this was a lifesaver.
But I have one single little change request, that would make it perfect. Two of the monitors I have do not have the ability to disable auto input switching, which becomes an issue when I reboot my desktop for any reason, they will switch back to my work laptop. There is no way for me to resolve this, without having to manually switch them once the desktop starts (Not easy given the button positions). Or, what I have been doing, log into my desktop (My main monitor does not auto switch) then wait for this app to load, and switch my KVM to my laptop and back again.
As you can imagine, that's a pain. I am not familiar with rust, so I was hoping you could add a feature, that will switch displays on boot. So as soon as the app loads, fire off the command to switch all monitors to the desktop PC. I am aware this would not be something everyone would want, so I think adding it to the settings ini would be the best way to handle it;
Hello,
The additional parameter seems unnecessary to me, at least if display-switch is working as intended. When the app starts up, it queries the connected monitors and connected USB devices, and will switch to on_usb_connect input if the specified USB device is found to be connected.
It does not switch away (e.g. to on_usb_disconnect) input when the specified USB device is not found on startup, but I don't think that's your use case, is it?
Hi mate,
I have been using this for a little while now, I have my work laptop connected to three monitors from a dock via HDMI(2) and my desktop via DisplayPort. As you can imagine, I was not interested in paying $1500+ for a KVM capable of doing what I wanted, so this was a lifesaver.
But I have one single little change request, that would make it perfect. Two of the monitors I have do not have the ability to disable auto input switching, which becomes an issue when I reboot my desktop for any reason, they will switch back to my work laptop. There is no way for me to resolve this, without having to manually switch them once the desktop starts (Not easy given the button positions). Or, what I have been doing, log into my desktop (My main monitor does not auto switch) then wait for this app to load, and switch my KVM to my laptop and back again.
As you can imagine, that's a pain. I am not familiar with rust, so I was hoping you could add a feature, that will switch displays on boot. So as soon as the app loads, fire off the command to switch all monitors to the desktop PC. I am aware this would not be something everyone would want, so I think adding it to the settings ini would be the best way to handle it;
Something like
Becomes
And obviously you could have the same tag per monitor etc. Thanks again mate for the fantastic work.
The text was updated successfully, but these errors were encountered: