gopasspw / gopassbridge

A web extension for Firefox and Chrome to insert login credentials from gopass
MIT License
264 stars 24 forks source link

Shortcut does not work when focused on a text input #124

Closed lewisdiamond closed 4 years ago

lewisdiamond commented 5 years ago

When loading a login page, the focus is usually on the text input component. When that happens, Ctrl+Shift+u does not load the gopass window.

martinhoefling commented 5 years ago

Which browser (version) and plugin version as well as platform is it?

martinhoefling commented 5 years ago

@lewisdiamond , I cannot reproduce this issue on my Mac, latest FFX and Chrome. Command + Shift + U open the gopassbridge popup.

bascht commented 5 years ago

@martinhoefling Can reproduce it on Linux – I guess @lewisdiamond is running into the same thing:

<Ctrl>+<Shift>+u is bound to the Unicode input via ibus. And this shortcut is not remappable.

As @lewisdiamond said: It works if no text input field is focused, otherwise it will prompt for an unicode id:

recording Is there a way to remap the shortcut for gopassbridge?

martinhoefling commented 5 years ago

On firefox, you can change the shortcut via "manage extension shortcut" in the extension menu. In chrome under "keyboard shortcuts" in the hamburger menu in extensions. Does that help? We're just providing a default here and I would avoid to break that one.

bascht commented 5 years ago

Ha! Learned something today! I think that totally works as an alternative. Would be great if it where documented somewhere. Should I add a PR for a small section in the README.md?

martinhoefling commented 5 years ago

Sure! You can refer that issue here. I will keep it open then.

bascht commented 4 years ago

Oh geez. Had this in my backlog for quite a while. @martinhoefling thanks for adding it to the docs! :smiley_cat: