WEB TASARIM

JavaScript ile Ctrl+S , Ctrl+A

2000 + den fazla proje |sizde aramıza katılın
$(window).bind('keydown', function(event) {
if (event.ctrlKey || event.metaKey) {
switch (String.fromCharCode(event.which).toLowerCase()) {
case 's':
event.preventDefault();
alert('ctrl-s');
break;
case 'a':
event.preventDefault();
alert('ctrl-a');
break;
case 'v':
event.preventDefault();
alert('ctrl-v');
break;
}
}
});
BİZE ULAŞIN

ADRES

Merkez / ANTALYA
Telefon

TELEFON

+90 544 432 99 68
MAİL

E-MAİL