You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to get the global-shortcut plugin to work. I've started a new minimal tauri v2 app using sh <(curl https://create.tauri.app/sh) and followed the linked instructions above to try to get a basic setup where I can register shortcut events in Rust. I'm getting the stacktrace (below).
I have noticed that if I do the javascript setup instead I can get the events to trigger in JS, but this isnt my use case (I need global access eg even if the window is closed). So I want to respond from Rust.
Reproduction
Setup a new app with sh <(curl https://create.tauri.app/sh).
Describe the bug
Im trying to get the global-shortcut plugin to work. I've started a new minimal tauri v2 app using
sh <(curl https://create.tauri.app/sh)
and followed the linked instructions above to try to get a basic setup where I can register shortcut events in Rust. I'm getting the stacktrace (below).I have noticed that if I do the javascript setup instead I can get the events to trigger in JS, but this isnt my use case (I need global access eg even if the window is closed). So I want to respond from Rust.
Reproduction
Setup a new app with
sh <(curl https://create.tauri.app/sh)
.Follow instructions from: https://v2.tauri.app/plugin/global-shortcut/. I used the Rust "automatic" setup instructions. Then edited permissions, etc.
Run
tauri yarn dev
.Expected behavior
No response
Full
tauri info
outputStack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: