Tagged Questions
2
votes
1answer
240 views
Autohotkey AppsKey does not work properly in Chrome
I try the following hotkey in Chrome:
!F3::Send {AppsKey}{Up}
Chrome opens the context menu but it doesn't move the selected line in the context menu. Instead the {Up} command moves the scroll bar ...