1

I am creating my website in asp.net 4 and would like to know if I can allow my user to use my website with his keyboard.

I want him to be allowed to have simple shortcuts similar to desktop applications such as saving with ctrl + s saves it.

I would want similar functionality in my website where he can maybe use shift + a and add a new product. shift + del to delete a product.

How can I achieve this ? With Jquery? does Asp.net provide an option?

bleu
  • 87
  • 1
  • 2
  • 11

1 Answers1

3

Yes you can achieve this with jquery or native javascript.

Similar question at Keyboard shortcuts with jQuery

And related project at https://github.com/jeresig/jquery.hotkeys

Community
  • 1
  • 1
arunes
  • 3,464
  • 2
  • 21
  • 31