Skip to content

LocalStack desktop globally intercepts cmd+shift+r #25

@nerdyman

Description

@nerdyman

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:

  1. Open LocalStack Desktop
  2. Unfocus the window or minimise it
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions