[thelist] trapping keyboard combo on Mac OSX

Scott Blanchard octigonuser at hotmail.com
Thu Feb 19 10:22:09 CST 2004


Still no luck trapping CTRL+8 on Mac in any browser. Any suggestions???

Here's the code...

document.onkeydown = checkHandles;
function 
checkHandles(e){e=e||window.event;if((e.ctrlKey)&&(e.keyCode==56)){if(session){doHandles()}else{doLogin()}}}

_________________________________________________________________
Get a FREE online computer virus scan from McAfee when you click here. 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



More information about the thelist mailing list