Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
F2 to toggle back and forth
#2
In QM3 will not need subfunctions. Use C# lambda:
Code:
Copy      Help
var x = Triggers.Autotext;
x["ata"] = o => o.ReplaceWithAutoInputDialog("china");
x["tes"] = o => {
,var s =
@"eng name
eng name2";
,o.ReplaceWithAutoInputDialog(s);
};
x["te"] = o => o.Replace("hello");
...


Messages In This Thread
F2 to toggle back and forth - by win - 04-20-2019, 10:06 PM
RE: F2 to toggle back and forth - by Gintaras - 04-21-2019, 08:49 PM
RE: F2 to toggle back and forth - by win - 04-21-2019, 09:11 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)