I'm currently debugging some JavaScript and noticed that on any page Firefox plus Internet Explorer 7 and 8 go back to the previous page if you press the minus key 4 times in quick succession. What is the reason?

link|improve this question

80% accept rate
I don't get this behaviour on Firefox 2. – Breakthrough Feb 19 '10 at 4:23
feedback

1 Answer

up vote 3 down vote accepted

I'm not seeing this behavior in Internet Explorer 8 or Firefox. Do you have any custom hotkeys defined with AutoHotkey or JavaScript keyboard shortcuts in your code?

link|improve this answer
Rogue AHK script I think! – Matthew Lock Feb 19 '10 at 4:22
They can be nasty if you forget about them :P – John T Feb 19 '10 at 4:23
AHK = AutoHotkey, en.wikipedia.org/wiki/AutoHotkey – Peter Mortensen Feb 21 '10 at 10:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.