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

Commit 152709a

Browse files
committed
Add Input Monitoring and Accessability
1 parent f76f82b commit 152709a

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+
This is because OpenTabletDriver doesn't have permissions in "Accessability" or "Input Monitoring". To change this
11+
Go to <code>Settings -> System Preferences -> Security and Privacy -> Privacy</code>, check both Input Monitoring and Accessability.
12+
If they are already on, turn them off then back on and it should resolve this.
13+
</p>
14+
</div>

0 commit comments

Comments
 (0)