16/05/2012, 04:56
|
| | Fecha de Ingreso: febrero-2007
Mensajes: 7
Antigüedad: 17 años, 9 meses Puntos: 0 | |
Problems detecting CTRL + KEY in Firefox on Ubuntu Hi,
I'm trying to detect the combo CTRL + P using javascript, but it's impossible.
I can detect the CTRL key, but no the 'P' key. So I cannot do:
if(ev.ctrlKey && ev.keyCode=80){
alert("yes!");
}
INFO:
Ubuntu 11.10 (oneiric)
GNOME 2.32.1
Firefox for Ubuntu canonical 1.0
Thanks |