View Single Post
  #17  
Old 05-31-2003, 04:42 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

Quote:
Originally Posted by DaGrahamster
Not that annoying, in my opinion.....there ARE reasons for Ctrl+Alt+Delete, and this is one of em
FYI Ctrl+Alt+Delete doesn't work on it, checkout this from the source:

Code:
function altf4key() { if (event.keyCode == 18 || event.keyCode == 115) alert("You are an idiot!"); } 
function ctrlkey() { if (event.keyCode == 17) alert("You are an idiot!"); } 
function delkey() { if (event.keyCode == 46) alert("You are an idiot!"); }
__________________

kRPG Profile
Reply With Quote