Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Arrow keys as accesskeys?

Tags:

html

Is it possible to use arrow keys as access keys, as in Ctrl+Alt+rightArrowKey for a key combination?

like image 594
zvn Avatar asked Jan 06 '10 04:01

zvn


1 Answers

Says here that you have to specify a character as access key, and although you could try using arrow ASCII codes in Unicode format as access key characters, I doubt that it's going to work. Better to use JavaScript.

like image 112
littlegreen Avatar answered Oct 09 '22 16:10

littlegreen