dmauro / Keypress

A keyboard input capturing utility in which any key can be a modifier key.
http://dmauro.github.io/Keypress/
Apache License 2.0
3.18k stars 313 forks source link

[docs] You should not capture Ctrl-C on the documentation webpage #35

Closed notpushkin closed 10 years ago

notpushkin commented 10 years ago

As well as some other keys like Home/End (for jumping to the home/end of the page). It makes people reading it suffer.

dmauro commented 10 years ago

Which browser/OS are you seeing these keys blocked in?

Mithgol commented 10 years ago

Mozilla Firefox 27.0.1 on Microsoft Windows 7 Professional Service Pack 1.

Keyboard navigation (Up, Down, Home, End) is intercepted and interpreted by the page (the demonstration keyboard on top), these keys are never given to the browser.

Clipboard processing (Ctrl+X, Ctrl+C, Ctrl+V, Shift+Del, Ctrl+Ins, Shift+Ins) is also intercepted.

You can't even hit Ctrl+L and expect to shift focus to the address bar of the browser.

EskelCz commented 10 years ago

latest chrome as well

dmauro commented 10 years ago

Thanks for reporting this. I've got a fix in the pipeline, should be working normally tomorrow.