[jQuery] override shortcut keys in safari 3+ with javascript
Hello,
I am trying to override Safari shortcut keys in javascript for use in
an online terminal window that requires key entries such as F5. As
this is a shortcut key to refresh the page in Safari this poses a
problem.
Does anyone know if you can override shortcut keys in Safari 3+ with
javascript? I have tried approaches such as return false,
stopPropagation(), preventDefault(), re-routing the keyCode/which
character, etc. Any help would be much appreciated.
Thanks
Matt