Read Windows clipboard contents into a lua variable?
-
- Posts: 1
- Joined: 02 Mar 2017, 15:53
Read Windows clipboard contents into a lua variable?
Just wondering if it one can read (text) contents of Windows clipboard into a variable, alter them with lua patterns, and then either write them back to the clipboard or simply type them.
Re: Read Windows clipboard contents into a lua variable?
Not sure if Lua hnadles is itself by some "system" library (would guess no) but should not be difficult to extend luamacros with cliboard management functions.
I like this idea.
I like this idea.
Petr Medek
LUAmacros author
LUAmacros author
Re: Read Windows clipboard contents into a lua variable?
I would really like to play with clipboard access as-well , so I'm Bumping topic to remind myself.
Hope its not an issue if i bump old posts.
Hope its not an issue if i bump old posts.
Re: Read Windows clipboard contents into a lua variable?
managed to compiel a version with clipboard support but the icons are missing in the ui