Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Keyboard triggers only fire once when modifier key held down
#7
While you're looking at this issue Gintaras, here is a related issue that I noticed in QM 2328:
When I fire a macro keyboard trigger with Alt+letter, then the standard Windows Alt-letter accelerators do not work until I let the Alt key up and press it down again.
For example:
In the Outlook reminders pop-up window, I use Alt+1 to delay the highlighted reminder for 1 hour by calling the function OLRemind1Hour, below.
If I press Alt+1 to delay the first reminder by 1 hour, keep the Alt key held down, then press S to select the Snooze button in the reminder window, then instead of selecting the Snooze button, the letter S is typed into the Window.
If I press Alt+S first, then 1 (without lifting the Alt key), then then the snooze button is selected and the Alt+1 trigger-function fires ok

Can QM cope with Alt+letter triggers being used before Windows Alt+letter shortcuts without the Alt key being lifted?

Function OLRemind1Hour
Trigger A1 /OUTLOOK     Help - how to add the trigger to the macro
Code:
Copy      Help
OLReminderDelay "1h"

Function OLReminderDelay
Code:
Copy      Help
function str'delay
act win("* Reminder*" "#32770" "" 1)
key Ac (delay) As


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)