Noob question: I have an ASP.NET MVC application in C#.
I need to assign a keyboard shortcut to every controller in my ASP.NET MVC application, so the user can just press say Ctrl-A to automatically navigate to the first controller, and so on.
It will save time, instead to go through a menu each time and pick an item from a list by clicking on the relevant link.
Any suggestions?