tauri-apps / tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
https://tauri.app
Apache License 2.0
85.24k stars 2.58k forks source link

[feat] Global Shortcut support on Wayland #3578

Open wusyong opened 2 years ago

wusyong commented 2 years ago

Describe the problem

Global Shortcut on Linux only works on x11 because wayland-protocols hasn't define anything yet. There's a RFC about this.

Describe the solution you'd like

While we can use some workaround or implement one our own, it won't be supported by all DEs. We'll have to wait wayland decide to add this.

Alternatives considered

No response

Additional context

Tracking issue in tao: https://github.com/tauri-apps/global-hotkey/issues/28

jokeyrhyme commented 1 year ago

These Linux desktop environments have already implemented the GlobalShortcuts portal:

These are tracking issues/discussions for other desktop environments: