Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit b98c1ad

Browse files
Merge pull request #78 from jamesbt365/macos
Add Input Monitoring and Accessibility
2 parents f76f82b + 0b7761c commit b98c1ad

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

OpenTabletDriver.Web/Views/Wiki/FAQ/MacOS.cshtml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,13 @@
22
ViewBag.Title = "MacOS FAQ";
33
}
44

5-
<h3>Nothing yet!</h3>
5+
<h3 class="wiki-nav-item pb-2" id="cursor-not-moving">
6+
Cursor doesn't respond to tablet input
7+
</h3>
8+
<div class="ms-3">
9+
<p>
10+
OpenTabletDriver is likely missing OS permissions for <i>Accessibility</i> or <i>Input Monitoring</i>.
11+
To solve this, navigate to <code>Settings -> System Preferences -> Security and Privacy -> Privacy</code>, check both <b>Accessibility</b> and <b>Input Monitoring</b>.
12+
If they are already checked, uncheck and recheck them.
13+
</p>
14+
</div>

0 commit comments

Comments
 (0)