How in jquery to catch the event "Ctrl key pressed and at the same time left / right arrow"?
$('#selector').keydown(function(event) { if ( event.ctrlKey && event.keyCode == 37 ) { //влево } if ( event.ctrlKey && event.keyCode == 39 ) { //вправо } }
Source: https://ru.stackoverflow.com/questions/20327/More articles:Browser pluginNumb with .getElementsByTagNameRelated properties of products in the product catalogHow to reinstall Java (32 bits) on Windows 7?Item hiding on clickHow to make an object animation when you hover over it with a cursor?What are the duties of a programmer? [closed]What is the encoding when using txt files in php?TransliterationProblem with passing status to serverAll Articles