Vocola should just type: copy = {Strg+c}
Submitted by udo on Fri, 01/25/2008 - 22:57.
Hello again,
Macro standard copy = "copy = {Strg+c} ;" ;
results to
copy = ;
My crappy solution:
Macro standard copy = "copy = {} ;" {Left_3} "Shift+c" {End} ;
Any better idea?
Thanks and greetings
Udo



Is there a reason why you
Is there a reason why you have not used matching brackets?
Graham
Hello Graham,
Hello Graham,
that was a typo. I'm so tired that I haven't seen it.
Thanks and greetings
Udo
Yep, tired, really, answer
Yep, tired, really, answer see:
http://www.speechcomputing.com/node/780
AND guess who asked?
Greetings
Udo
udo wrote: Yep, tired,
Yep, tired, really, answer see:
http://www.speechcomputing.com/node/780
AND guess who asked?
Greetings
Udo
I think we need to find you a memory aid. {Huge Grin}
When we find it for you, I want one too.
I believe you want: Macro
I believe you want:
Macro standard copy = "copy = {{}Strg+c{}} ;" ;In general, if you want a literal {, you must use {{}.
(I think {}} isn't needed, but it's late so a bit of overkill never hurt...)