-
Notifications
You must be signed in to change notification settings - Fork 38
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
Global Shortcuts Portal Support #88
Comments
I don't believe there's any way of doing this programmatically in Wayland (stupid, I know...). At least the last time I looked, which admittedly was a year or two ago, the only way of doing it is this - https://github.com/tom-james-watson/Emote/wiki/Hotkey-In-Wayland |
Seems like this has been added to xdg-desktop-portal - https://flatpak.github.io/xdg-desktop-portal/#gdbus-org.freedesktop.portal.GlobalShortcuts. I'm not sure how that applies to this codebase, though, as it seems to be something related to flatpak. Honestly I think this app is going to just need to get rewritten from scratch to properly support flatpak and things like this. |
Looks like flatpak is actually happening (#89), so I think we should actually be able to do this over the next few months! |
Is it already possible to use the shortcut on Wayland |
Have you followed https://github.com/tom-james-watson/Emote/wiki/Hotkey-In-Wayland? |
Oh, I missed that page 🤦 thanks, that worked perfectly. |
This would partly solve the issues with Wayland by allowing emote to register a shortcut for opening the emoji selection window.
The text was updated successfully, but these errors were encountered: