URL API
Cursor Teleporter provides a URL-based API. You can use it to integrate the app with your devices (e.g. set teleport action for an additional mouse button) or with other applications.
Application URL schema is cursor-teleporter
.
/store
Stores current cursor location.
cursor-teleporter:///store
Note that it makes sense for manual workflow only.
/clear
Removes all stored cursor locations.
cursor-teleporter:///clear
Note that it makes sense for manual workflow only.
/teleport
Teleports the cursor to the next location.
cursor-teleporter:///teleport
By default, this command uses the currently selected workflow. If you want to specify it, you need to add a workflow
parameter with one of values: manual
, automatic
.
Example 1: Teleporting the cursor to the next manually-defined point:
cursor-teleporter:///teleport?workflow=manual
Example 2: Teleporting the cursor to the next automatically chosen point (based on your monitors and last cursor location of the monitor):
cursor-teleporter:///teleport?workflow=automatic