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
For the shortcut string parameter, what are the possible combinations ?
For instance, how can I register Super + < or AltGr + ; ?
And, why would some combinations, like Ctrl + Space work only from the window itself or devtools, and never work when desktop is focused or when a window that does not uses this shortcut locally is focused ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
https://tauri.studio/en/docs/api/js/modules/globalshortcut#register
For the
shortcut
string parameter, what are the possible combinations ?For instance, how can I register
Super
+<
orAltGr
+;
?And, why would some combinations, like
Ctrl
+Space
work only from the window itself or devtools, and never work when desktop is focused or when a window that does not uses this shortcut locally is focused ?Thanks
Beta Was this translation helpful? Give feedback.
All reactions