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
Thanks for creating this project! I had some difficulty getting it to work with my setup though.
I have two monitors, one is a tablet that I frequently connect/disconnect.
In LayoutMap, I removed the 3rd resolution that's defined by default and found that I couldn't get the second resolution to work. LayoutMap="4480x1440=2Monitors|2560x1440=1Monitor" <-- doesn't work
After some trial and error, I found that by adding a trailing |, the functionality was restored.
LayoutMap="4480x1440=2Monitors|2560x1440=1Monitor|" <-- this works
Not sure if this was intentional or not, but wanted to bring it to your attention. My assumption is without the trailing delimiter, the last config in the LayoutMap string would never match.
Maybe you could add functionality to check if the LayoutMap string's last character is the delimiter and add it if it isn't there?
The text was updated successfully, but these errors were encountered:
@zeb139 Oops that was not intentional. However, I wasn't able to reproduce the issue using the same LayoutMap value. But consider adding the extra trailing | seems to resolve the problem without any noticeable impact, I have now updated the default placeholder value to LayoutMap with the trailing | in v1.0.1. Thanks for the report!
Thanks for creating this project! I had some difficulty getting it to work with my setup though.
I have two monitors, one is a tablet that I frequently connect/disconnect.
In LayoutMap, I removed the 3rd resolution that's defined by default and found that I couldn't get the second resolution to work.
LayoutMap="4480x1440=2Monitors|2560x1440=1Monitor"
<-- doesn't workAfter some trial and error, I found that by adding a trailing
|
, the functionality was restored.LayoutMap="4480x1440=2Monitors|2560x1440=1Monitor|" <-- this works
Not sure if this was intentional or not, but wanted to bring it to your attention. My assumption is without the trailing delimiter, the last config in the LayoutMap string would never match.
Maybe you could add functionality to check if the LayoutMap string's last character is the delimiter and add it if it isn't there?
The text was updated successfully, but these errors were encountered: