Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
newbie failing to use AutoText
#1
Dear all,
n00b here (just downloaded today) - so please be kind & patient! Wink

I am trying to set up an autotext macro that types an email - so I've created an Autotext list (in a new folder which is enabled) and it has this entry: 
Code:
Copy      Help
/b
emg : '"[email protected]"
 
Properties: Prefix text: "#", no postfix and "Erase user-typed text" checked as only option.

Now, entering "#emg" does not seem to trigger anything. I must be missing something embarrassingly simple & obvious - but I have no idea what it is Sad
Would appreciate some help to get it running...

Thanks

Michael
#2
remove the space after the colon

Autotext Autotext16
Trigger $t "#"     Help - how to add the trigger to the macro
Code:
Copy      Help
#3
Wow, that WAS simple indeed! 
Thanks a lot!
Wink

Unfortunately that results in "fooqgoo.com" (the @ char is on AltGr+Q) - so do I need a different syntax if I want to use such keystrokes?
#4
i dont have that issue but you can always use characters codes instead

Autotext Autotext
Trigger $t "#"     Help - how to add the trigger to the macro
Code:
Copy      Help
emg :'"foo[64]goo.com"
#5
Ooooh - right, got it working now! That was actually an issue with my kbd-driver Sad


Forum Jump:


Users browsing this thread: 1 Guest(s)