Do Mapped Key Action -- trying to get this to work
First, config: http://www.privatepaste.com/4ff0dcb256
I'm following one of Firescue17's tutorials, and did not expect to have problems where I did. The stuff I expected not to work does, and something that I think should work doesn't.
Under the "Always On" keymap, there is a mapped key "Invite: ABCEFGHIJ" mapped to Shift-Alt-B
1) Puts the full invite string in the clipboard (yay!)
2) Is supposed to paste via a virtual key, but does not. I can manually enter Ctrl+V and paste into the client.
3) Pops up some text to let me know it made it this far, which it does.
Step 2 is the problem. I virtualized the paste function (at least I think I did) in "200 Text Strings". In that keymap there is
"Paste Clipboard" which sends a Ctrl+V to the current window, and then an Enter. There is some popup text which is not
displayed.
Update: I tried this with ABC just to see if there was a length issue. No paste there either.
So I'm not correctly using the virtual keys. But it looks so bullet-proof. I'm using "Do Mapped Key Action", which looks just like the tutorial. The target is the current window, the map is "200 Text Strings" and the key is "Paste Clipboard".
What am I doing wrong here? (Ctrl+V does paste when performed in the client window by hand)