HotKeys Plugin

HotKeys Plugin

Hi All,

I'm new to Javascript and JQuery so excuse my ignorance in advance.

I'm using the HotKeys plugin and it works very well but here is my dilemma:

I'm using the code below which works but I now want to pass whatever the user has typed into the field as a parameter (without tabbing off the field) and simply pressing the F8 key

$(document).bind('keydown', 'F8', function(){window.open('LookupVendorForm?','_self')});

Is this possible?

Cheers,

Kevin