Replies: 1 comment
-
Multitouch executes keyboard shortcuts for back/forward, and these shortcuts are hard coded for each browser. Allowing this to work for non-browsers would mean either making an assumption for all apps or adding every app I can find. The latter isn't very scalable, so there are a couple options:
I don't have plans to change the app specifically for this scenario, unless I come across a better way to handle this situation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apps other than browsers than should support browser events don't seem to react to the input (forward, back).
Here, the current setup works on browsers, but doesn't on Visual Studio Code or Obsidian, which are known to go back or forward in "history".
Beta Was this translation helpful? Give feedback.
All reactions