Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanvorster committed Mar 3, 2024
1 parent 4c54fc7 commit 26a23be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ When you first start DynaMouse and start configuring it, you will be asked to en
## Features

* Works as a system tray, doesn't appear in the dock
* Supports infinit monitors and pointer devices
* Supports infinite monitors and pointer devices
* Assign multiple mice to the same monitor
* Configure specific mice to be uncontrolled (not governed by DynaMouse)
* Each mouse's position is remembered on each screen
Expand All @@ -37,18 +37,11 @@ The devices below have been tested and work:
* Apple magic trackpad (‎MMMP3AM/A)
* M1 Macbook trackpad

## Updating
## Troubleshooting

If you are updating to a newer version, you will need to first completely remove the assigned permissions in System Preferences
by pressing the minus button for both 'Input Monitoring' and 'Accessibility'. The reason for this is because the MacOS sandboxing system
sees the new version as having different code signature (hash) and throws the error:

`Failed to match existing code requirement for subject projectstorm.dynamouse and service kTCCServiceListenEvent`

I would appreciate some help on fixing this :)

![](screenshots/faq1.png)
![](screenshots/faq2.png)
* You can enable file logging which will log to `~/Library/Logs/@projectstorm/Dynamouse` (this can help with submitting an issue)
* Apple startup items seem use the exact binary at the time of installation, so if you are updating to a newer version, try disabling and re-enabling startup mode to install the newer version of the software
* You may need to remove and re-add Dynamouse accessibility permissions across versions (but I seem to no longer run into this after version 1.0.0)

## Development

Expand Down
Binary file removed screenshots/faq1.png
Binary file not shown.
Binary file removed screenshots/faq2.png
Binary file not shown.

0 comments on commit 26a23be

Please sign in to comment.