Global Shortcuts Panic (MacOS) #12991
-
I'm trying to set up the global shortcuts, but I get a panic whatever I try - not sure if it's me or of this is a bug (hence my starting a discussion first).
I used the setup from here https://v2.tauri.app/plugin/global-shortcut/. The compiler doesn't give me any errors, I have tried changing the modifier keys in case it's due to MacOS -
Edit: Now I think on it, this is probably going to be some MacOS permission issue, isn't it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I got this working. There was an additional setup of the plugin that I assume was auto-generated similar to the other plugins:
Commenting out the plugin line here and instead using the design from the documentation seems to have done the trick. It should therefore look like:
|
Beta Was this translation helpful? Give feedback.
I got this working.
There was an additional setup of the plugin that I assume was auto-generated similar to the other plugins:
Commenting out the plugin line here and instead using the design from the documentation seems to have done the trick. It should therefore look like: