nnutter / Hashed-for-Safari

Hashed is an implementation of the PwdHash algorithm.
http://hashedapp.com
2 stars 1 forks source link

Keyboard shortcut does not work with non-US layout #6

Closed Tomalak closed 11 years ago

Tomalak commented 12 years ago

It is impossible to generate a hashed password on a, say, German keyboard.

Neither \ nor ‘ can be reached without pressing Alt and/or Shift. The extension does not recognize the shortcut under these circumstances.

Cmd+# and Cmd+ä would be the equivalents on a German keyboard, they are on the same keys. Other implementations use @@ or F2 to activate, maybe this could be added?

nnutter commented 12 years ago

Thank you for the bug report. I will look into alternatives.

In case you hadn't discovered already I would also like to mention that you can generate the password by clicking the Hashed button (obviously not as useful as a keyboard shortcut).

Tomalak commented 12 years ago

You are right, I've missed the toolbar button. (The blog posts don't seem to mention it, either.)

The guys at AgileBits got the same request for 1Password, apparently they took the easy route. ;)

I sympathize with the guy who tried Command+Shift+Alt+7, that's one nasty key combination to press.

nnutter commented 11 years ago

Another developer added support for Cmd+# in 6abfa95. I'll try to get an update out with that soon.

nnutter commented 11 years ago

I just pushed out 0.5. Please re-open if this is still relevant.