AnitaTang / js-hotkeys

Automatically exported from code.google.com/p/js-hotkeys
0 stars 0 forks source link

f5 & t overlapping #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add t
2. press f5
3. t is executed
(works fine if both t and f5 are added)
works also in the demo, just deactivate adding f5

What version of the product are you using? On what operating system?
beta 03 / Firefox 2.00.7 Winxp

Original issue reported on code.google.com by grosser....@gmail.com on 25 Sep 2007 at 11:05

GoogleCodeExporter commented 8 years ago
You are right,
There is a conflict for String.fromCharCode(116) == 't' and at the same time
event.which(F5) == 116.
I will patch it with double check.

BTW: it is the same for 'F6' and 'u', and 'F4' and 's'.

Thank you

Original comment by Afro.Sys...@gmail.com on 26 Sep 2007 at 10:08

GoogleCodeExporter commented 8 years ago

Original comment by Afro.Sys...@gmail.com on 1 Oct 2007 at 3:41

GoogleCodeExporter commented 8 years ago
will be in the next commit

Original comment by Afro.Sys...@gmail.com on 19 Aug 2008 at 7:16