I want to implement a basic command of Lctrl+tab and remap my PageUp key on the 2nd keyboard and use it as above, but after brainstorming I am not able to do it.
the ways I tried :
pgdn::Send, ^{Tab}
pgdn::Send, ^Tab
pgdn::Send, ^+Tab
All these don't work. What am I doing wrong?
I solved this issue by:
Replugging my keyboard to a different port and reinstalling AutoHotkey.
After this removed old keys from intercept and added new ones (it was un-necessary).
It worked!