about tauri-plugin-global-shortcut and tauri-plugin-autostart #8543
-
I'm using v2.0 alpha version. And I want to add shortcut and autostart feature to my app. according to: https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/global-shortcut The shortcut plugin, is there some demo code to call plugin's "enable" method in rust? Thank you for your help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
For the global-shortcut plugin, checkout our example app we use for testing: plugin init & shortcut registration in js (svelte) though the rust docs in the readme should be still correct for that. |
Beta Was this translation helpful? Give feedback.
Not yet, no, but here's the gist of it: