<a href="javascript:void(0);" role="button" ng-keypress="vm.trig(1)" ng-keydown="vm.trig(2)" aria-haspopup="true">Click Me</a>
Here the functionality without nvda screen reader works fine
but
When I turn on the NVDA screen reader unsual things happen and events do not fire as expected .
I want to detect arrow presses and enter and esc.
Need Help or any path I can go down?