-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi, I've got a weird issue with LocalStack Desktop.
When it's open but not focused it still intercepts all cmd+shift+r shortcuts, this also happens when it's minimised.
I extracted the app found it has cmd+shift+r registered as a global shortcut which causes it to intercept things at the OS level from what I can tell.
or.globalShortcut.register("CommandOrControl+Shift+R",()=>{kr.window&&kr.window.reload()})Repro on macOS:
- Open LocalStack Desktop
- Unfocus the window or minimise it
- Go to Chrome, hit
cmd+shift+r
- Expected: page refreshes
- Actual: nothing happens
This isn't isolated to Chrome, I use this shortcut in my IDE and it intercepts it there too.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels