-
Notifications
You must be signed in to change notification settings - Fork 35.5k
Closed
Labels
info-neededIssue requires more information from posterIssue requires more information from posterunder-discussionIssue is under discussion for relevance, priority, approachIssue is under discussion for relevance, priority, approach
Description
There is no way to get access to the OS level Swipe events outside of Electron.
Meaning if the user wants to listen to it, the only option is to monkey patch the VSCode boot and inject listeners.
I am hoping there can be an exception for this event so this PR can be accepted.
All it really does is listen to the event and forward the action, nothing more.
There isn't much that can break, so I don't quite understand the resistance since the Electron API is already used for every other event that comes in.
Edit: Made an extension out of it which is a good compromise.
Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from posterunder-discussionIssue is under discussion for relevance, priority, approachIssue is under discussion for relevance, priority, approach