Emote
Emote copied to clipboard
Global Shortcuts Portal Support
This would partly solve the issues with Wayland by allowing emote to register a shortcut for opening the emoji selection window.
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 (https://github.com/tom-james-watson/Emote/pull/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 ctrl + alt + e? I still not able to use it on NixOS with Gnome running on Wayland.
Is it already possible to use the shortcut on Wayland
ctrl + alt + e? I still not able to use it on NixOS with Gnome running 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.