Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Inconsistent Text Sensitive Menu Performance
#1
I'm having a problem with Microsoft Teams Version 1.5.00.33362 (64-bit) where some of the TS Menu triggers don't erase the trigger text but put in the value just after the trigger text.  However, some do without issue. 

I don't see a common thread between the ones that fail and the ones that don't.  Any ideas on how I can run this to ground?

PS: I have tried with keyboard hooks on and off but same behaviour.
An old blog on QM coding and automation.

The Macro Hook
#2
Try to replace /s (select text) with /b (erase with Backspace).
 
Code:
Copy      Help
/s/i/c/p3
#3
Well, they all fail consistently with that change.  Is it some sort of different text field?
An old blog on QM coding and automation.

The Macro Hook
#4
The code was incorrect. Must be
 
Code:
Copy      Help
/b/i/c/p3

I noticed this in the chat field. With /s some autotexts don't erase. With /b all erase.
#5
Thanks!
Almost there.  The only ones that fail now are ones with upper case letters (except for Adobe Analytics).
I tried putting the "'" in after the colon but it didn't help.


Macro Macro8
Code:
Copy      Help
/b/i/c/p3
;!c :"!calc"
;-- :mac "SQL Comment"
;'r :outp("```{r,echo = TRUE} [][][]```");'LLLLLL
aa :"Adobe Analytics"
dif :"different"
dont :"don't"
sfm :"SWEET FANCY MOSES!!"
sql :"SQL"
ta :"Tableau"
An old blog on QM coding and automation.

The Macro Hook
#6
It seems the text control incorrectly synchronizes modifier keys. And QM sens keys too fast. On my computer with /b always works well, but maybe it depends on program version, computer, etc.

Try to paste always. Either in Options uncheck "Hybrid paste", or replace "text" with paste "text".
#7
Unchecking hybrid did the trick.
Thanks.
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)