I am attempting to bind arrow keys for use as accessibility navigation listeners. I have found a few articles talking about how to bind the functions using jquery, the most useful being this:Binding arrow keys in JS/jQuery.
That being said, I cannot find any way to actually create a global set of arrow key functions that will allow my users to use arrow keys site wide. is this possible using jquery? or is it based completely on using classes in places where I would use arrow keys, such as drop menus?
I am currently using asp.net MVC and razor view to generate my pages.