Chrome - stop shift+enter from creating a new chrome window from a password field

6

Is it possible to do this?

My problem is some of my passwords end in an upper-case letter or a special character that requires the SHIFT key to be held down. When I finish typing and press ENTER, I end up pressing shift+enter which causes a new chrome window to pop up.

I like Chrome but this is very annoying.

fragsworth

Posted 2011-01-14T03:46:54.723

Reputation: 417

I just entered this comment, now hit SHIFT_ENTER --> no new window for me. Where are you seeing this behaviour ? – Sathyajith Bhat – 2011-01-14T07:06:37.560

Answers

1

I solved this issue on my Mac using the app Keyboard Maestro. From within Keyboard Maestro, I created a Chrome-specific shortcut that makes "shift+return" (i.e., "shift+enter") execute a simple return/enter (i.e., as if shift hadn't been pressed). Works like a charm.

(I'm guessing similar software is available for Windows and other OS's, but I don't know for sure.)

Lucas D

Posted 2011-01-14T03:46:54.723

Reputation: 41

1

A friend of mine had a similar problem so I whipped up this Chrome userscript for him. The way it works is if you are in a password field and press SHIFT+ENTER it will stop the keypress event from propagating and instead try to submit the form.

To install to Chrome click on the "raw" link in github or click here
Hope it helps!

jataro

Posted 2011-01-14T03:46:54.723

Reputation: 111

0

If you have Better Touch Tool, you can create a keyboard shortcut for shift+enter and have it map to enter. This will override the Chrome behavior.

Raymond

Posted 2011-01-14T03:46:54.723

Reputation: 141