What is the Keycode for Apple's Search button
This might be a really stupid question but … I trap the Enter &
Return keys to pass a search item from a form using this javascript
function
function submitenter(event)
{
var keycode;
if (window.event) keycode = window.event.keyCode;
else if (e) keycode = e.which;
else return true;
if (keycode == 13) // ASCI keycode id for enter & return
Information about What is the Keycode for Apple's Search button as well as iPhone downloads, iPhone news, iPhone price, iPhone wallpapers and iPhone applications.