Is your feature request related to a problem? Please describe.
There are no working shortcuts except for the default document ones (copy, paste etc)
Describe the solution you'd like
Add shortcuts for each menu item in the header and context menus where applicable
Additional context
Tauri has an api called global shortcuts. This works but the issue is because its global it works even when the window is minimized and also blocks shortcuts for other apps. Need to find a workaround for this or a custom implementation
Is your feature request related to a problem? Please describe.
There are no working shortcuts except for the default document ones (copy, paste etc)
Describe the solution you'd like
Add shortcuts for each menu item in the header and context menus where applicable
Additional context
Tauri has an api called global shortcuts. This works but the issue is because its global it works even when the window is minimized and also blocks shortcuts for other apps. Need to find a workaround for this or a custom implementation