0

My script:

#MenuMaskKey vkFF
#SingleInstance Force

SendMode Input
SetTitleMatchMode Regex

#IfWinActive ahk_exe (chrome|msedge).exe
  !l::Send ^{Tab}
#IfWinActive

In Chrome, when using !l with the left alt, ctrl+tab is sent without side effects, however, if using !l with the right alt instead, ctrl+tab is sent and the ctrl key is never released, if I press j after that, the download page will be opened.

Does anyone know the root cause of this behavior and how to fix this?

AHK version: 1.1.33.10

Wenfang Du
  • 8,804
  • 9
  • 59
  • 90
  • Have you tried it as a stand-alone script? Use only this code in the script and close all other scripts that may interfere. – user3419297 Apr 02 '22 at 05:59
  • @user3419297 Thanks for the reminder! I figured that `#MenuMaskKey vkFF` combined with `SendMode Input` is causing the issue, removing either one will solve it, why is this? – Wenfang Du Apr 02 '22 at 07:40

0 Answers0