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 am using Cursr with a mac and a PC with Windows. When the mac's lockscreen appears, I can still use the mac's mouse on the Windows computer, but the mac's keyboard doesn't work anymore: typing something appears on the mac's lockscreen instead of the Windows where the mouse is.
Steps to Reproduce
Connect a Mac and a Windows PC
Make sure the Mac's keyboard can be used to control the Windows PC
Make the Mac's lockscreen appear (cmd+l)
Move the Mac's mouse so that it can control the PC's mouse
Attempt to type some text
Expected Behavior
The text appears on Windows.
Your Environment
OS details: Windows 10 x64/MacOS ARM 14.3.1
Cursr Version: 1.6.6
License: Free
The text was updated successfully, but these errors were encountered:
Functionality when lockscreen is active is not officially supported yet, but it is in the to-do list. Mouse currently works but it was not intended/implemented, it's simply because macOS still allows mouse events to pass, that also means keyboard events also happen but macOS does not allow Cursr to capture/listen on them when lockscreen is active.
Cursr will likely require elevated permissions to do so, but I haven't looked into this implementation yet and cannot guarantee it. You can try to run it with elevated permissions and see if that solves the issue. But when not necessary I don't recommend running Cursr in elevated permissions as that makes it harder to shut it down in case of an issue, with proper implementation I may be able to require elevated permissions only when necessary making it safer to use in case of an issue
Describe the Bug/Issue
I am using Cursr with a mac and a PC with Windows. When the mac's lockscreen appears, I can still use the mac's mouse on the Windows computer, but the mac's keyboard doesn't work anymore: typing something appears on the mac's lockscreen instead of the Windows where the mouse is.
Steps to Reproduce
Expected Behavior
The text appears on Windows.
Your Environment
The text was updated successfully, but these errors were encountered: