tauri-docs
tauri-docs copied to clipboard
docs: shortcut is registered but does not goes to handler
Description
- Fix shortcut Rust example.
Deploy Preview for tauri-v2 ready!
Built without sensitive environment variables
| Name | Link |
|---|---|
| Latest commit | f02a2f6af65b3f3ea0f8098a2225d3128609c9ea |
| Latest deploy log | https://app.netlify.com/projects/tauri-v2/deploys/6835649bb9ec62000820493a |
| Deploy Preview | https://deploy-preview-3311--tauri-v2.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 100 (🟢 up 1 from production) Accessibility: 100 (no change from production) Best Practices: 100 (no change from production) SEO: 100 (no change from production) PWA: 80 (no change from production) View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify project configuration.
are you sure the old example doesn't work? i used that in one of my test apps not so long ago and it worked. maybe something broke in the meantime but it's still supposed to work.
I tested the current example and it is correct, the problem I found was that after downloading the plugin it registers itself, if you copy only the setup method the shortcut is registered but doesn't invoke the handler
