Execute keyboard shortcut with jquery -


this question has answer here:

is possible execute keyboard shortcut jquery. shortcut ctrl+shift+i opens google chrome inspect element. tried: http://jsfiddle.net/r80nlhku/1/

you can't send arbitrary key presses window javascript... it's security issue. mean force user literally go site (and worse, ie. control computer).


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -