This App is No Longer Maintained. Visit the Replacement at StrokesPlus.net

StrokesPlus Forum
                       
StrokesPlus Forum
Home | Profile | Active Topics
Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Feature Updates
 Requests
 Update Lua 5.2 -> 5.3
 Forum Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

nober

29 Posts

Posted - 07/09/2017 :  07:03:40  Show Profile
Hi Rob,

Great software, and I'm sure your new re-write of StrokesPlus will be greater. But until it comes out, is it possible to request the current Lua engine to be updated from 5.2 to 5.3? So that in the meantime, there's a little more support of unicode characters from StrokesPlus https://www.lua.org/manual/5.3/manual.html#6.5.

For example, to type a unicode character, instead of current workaround of:

acSendAltDown()
acSendKeys("{VKEY 107}5728")
acSendAltUp()

in 5.3 a unicode character can be obtained via:

acSetClipboardText("\u{5728}")
acDelay(100)
acSendKeys("^v")


Hmm, I notice the above codes don't differ that much, haha, but obviously the difference would be greater when there are more unicode characters to input. Thank you for considering.
  Previous Topic Topic Next Topic  
 Forum Locked
 Printer Friendly
Jump To:
StrokesPlus Forum © 2011-2018 Rob Yapchanyk Go To Top Of Page
Snitz Forums 2000