Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TS Menu Lag
#1
Has anyone had issues with the TS Menu items not being fast enough?

I'm finding that sometimes when I trigger one of my items (e.g. "i" turns into "I") sometimes it doesn't go fast enough to beat the start of my next word. For instance, just now I triggered "doesnt" and it looked like this before I manually corrected it: "doesn't g o".

Wasn't sure if this needed to go into 'Bug Reports' or not.
An old blog on QM coding and automation.

The Macro Hook
#2
What is menu item line, options and trigger? In what window? Using low level keyboard?
#3
TS Menu TS Menu
Trigger $t //FF_TS_Menu     Help - how to add the trigger to the macro
Code:
Copy      Help
doesnt :"doesn't"


for the entire menu the setting are
TS Menu TS Menu
Trigger $t //FF_TS_Menu     Help - how to add the trigger to the macro
Code:
Copy      Help
/s/i/c/p1
An old blog on QM coding and automation.

The Macro Hook
#4
How if without a filter function?
In what window?
Using low level keyboard?
#5
I'll try without the ff for a bit.

so far it's happening in any window: Outlook, Firefox, UltraEdit.

I am not using LL hooks.

Quick note. I switched it from erase to select just before I pasted the trigger config in just to see how that worked.

I think it may be the trigger function that's slowing things up if no one else is seeing this.
An old blog on QM coding and automation.

The Macro Hook
#6
looks like it's still happening.

here's the results from a "i to I" item I was typing "i go" multiple times. The config was set to "/b/i/c/p1" with no FF.

"Igo I go I go Ig o "
An old blog on QM coding and automation.

The Macro Hook
#7
BTW: system specs are

Processor: Intel﴾R﴿ Xeon﴾R﴿ CPU W3550 @ 3.07GHz 3.07 GHz
Installed memory ﴾RAM﴿: 24.0 GB
System type: 64‐bit Operating System

QM 2.3.3.5
An old blog on QM coding and automation.

The Macro Hook
#8
In your example it was paste. How if using key?

Code:
Copy      Help
i :'"I"
#9
Do you have other keyboard-related programs? Autotext, key remapping etc.
#10
Try the TS menu in empty qml file. Maybe does not work well with keyboard detector or something.
#11
I can reproduce this in Dreamweaver. It happens only when using paste, and only when postfix is space or tab or Enter. Will fix it in next QM.

Replace all paste to key. For short text it is better.

TS Menu TS Menu
Trigger $t     Help - how to add the trigger to the macro
Code:
Copy      Help
/b/i/c/p1
doesnt :'"doesn't"
i :'"I"
#12
Thanks!!
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)