-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Description
Description of the new feature / enhancement
Currently CursorWrap also allows for wrapping around to the other side of the same monitor.
It would be nice to have a toggle available that prevents this.
The feature already keeps track of which screen it should move to when in a multi monitor setup (1-2-3).
Because when going right with the cursor on screen 3, it moves it to screen 1.
Because of this I feel like it should not be too difficult to prevent the CursorWrap from triggering when the source and destination monitor are the same, and thus have the same number
Scenario when this would be used?
It makes the feature more convenient to use for users who use only one monitor some of the time, for example when using a laptop both in office and remote. This because they don't have to turn the feature off when working remote, and turn it back on when working in the office.
Supporting information
No response