Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto repeat key problem
#12
You must not have something right, which I think I can tell by the way your code in the forum posts are formatted.

If you note on my post the following data is formatted by QM Copy for QM Forum function:
Quote:Function Function90 ?
Trigger CSl ?

If you look at your forum post, the trigger is missing. So this tells me that you may not have the trigger properly implemented which is why you would just get a repeating l...because the macro is not actually being triggered.

First make sure you are copying properly in QM: Select all (Ctrl+A) and then Edit->Other Formats->Copy for QM Forum
With this, we can diagnose if you have the trigger.

I would suggest making a new Function instead of a Macro. May help, I'm not sure.
File->New->New Function
Name it LeftKeyTrigger
Put "key (VK_LEFT)" into the edit window
Right click on LeftKeyTrigger name in file tree and select "Properties"
On the "Trigger" tab select "Keyboard"
Set focus to "Hot-key" edit box
Key in your keyboard command...just hit Ctrl+L and it will automatically tik the "Ctrl" box and put what you need in the edit box.
Leave everything else alone and click "OK"
Should work...if not...Make sure you have the latest QM.

Key L and (VK_LEFT) are very similar and should not make that much of a difference.

Here is my function I created using the steps above...it works too Tongue
Function LeftKeyTrigger
Trigger Cl     Help - how to add the trigger to the macro
Code:
Copy      Help
key (VK_LEFT)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)