PolymerElements / iron-a11y-keys

A basic element implementation of iron-a11y-keys-behavior
19 stars 22 forks source link

Chrome: Ctrl + Numpad key triggers unexpectedly. #20

Closed miztroh-zz closed 7 years ago

miztroh-zz commented 8 years ago

In my example, iron-a11y-keys is listening for Ctrl + I, but is also somehow triggered by Ctrl + Numpad 9. If I switch it to listen for Ctrl + B, it is also somehow triggered by Ctrl + Numpad 2.

It's best to try this in a window with only one tab open, as Ctrl + # also navigates between tabs. Load the JS Bin, then click the "Hello, world!" text. Then press Ctrl + Numpad 9. Bizarre ... and problematic.

http://jsbin.com/pozevimiqa/edit?html,console,output

Chrome seems to be the only affected browser.

miztroh-zz commented 7 years ago

This appears to be resolved.