-
-
Notifications
You must be signed in to change notification settings - Fork 7
Not usable when apps are in fullscreen #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
With Electron, this can be accomplished with the following adjustments:
In AppKit, this can be accomplished by settings This doesn't solve the problem for a Tauri app, but can give a general direction on what to pursue. I'll have a look if I can find any real solutions for this! |
Seems you've implemented something similar already, which works fine in dev mode. Odd that it hasn't been fixed in Tauri yet, as the issue has been open since Aug 2021. |
Is there a fix for this in prod app? |
As of now... no |
Hey @youngkidwarrior , @toughyear , @valdemartti. There's a fix for that implemented in the following repos: https://github.com/ParthJadhav/Verve I'll try to create a PR for the same in this repo.
|
For me it's kind of a deal breaker to have a quick shortcut when it doesn't work in fullscreen.
It seems Tauri doesn't support it as of now, but has an open issue to fix this. Could be worth keeping an eye on.
tauri-apps/tao#189
The text was updated successfully, but these errors were encountered: