Skip to content
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

Not usable when apps are in fullscreen #8

Open
youngkidwarrior opened this issue Aug 15, 2023 · 5 comments
Open

Not usable when apps are in fullscreen #8

youngkidwarrior opened this issue Aug 15, 2023 · 5 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@youngkidwarrior
Copy link

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

@m1guelpf m1guelpf added bug Something isn't working help wanted Extra attention is needed labels Aug 16, 2023
@valdemartti
Copy link

With Electron, this can be accomplished with the following adjustments:

app.dock.hide()
mainWindow.setAlwaysOnTop(true, "screen-saver")
mainWindow.setVisibleOnAllWorkspaces(true)

In AppKit, this can be accomplished by settings NSWindow.level to screenSaver.

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!

@valdemartti
Copy link

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.

@toughyear
Copy link

Is there a fix for this in prod app?

@youngkidwarrior
Copy link
Author

Is there a fix for this in prod app?

As of now... no

@ParthJadhav
Copy link

ParthJadhav commented Aug 20, 2023

Hey @youngkidwarrior , @toughyear , @valdemartti.

There's a fix for that implemented in the following repos:

https://github.com/ParthJadhav/Verve
https://github.com/kgoedecke/promptclip

I'll try to create a PR for the same in this repo.

GitHub
Verve is a lightweight and blazingly fast launcher for accessing and opening applications, files and documents. ⚡ - GitHub - ParthJadhav/Verve: Verve is a lightweight and blazingly fast launcher fo...
GitHub
🤖 A prompt manager for MacOS built with Tauri ♉️. Contribute to kgoedecke/promptclip development by creating an account on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants