Originally posted by herrin
View Post
Announcement
Collapse
No announcement yet.
Two questions please?
Collapse
X
-
Clipboard action plugin 2.0.1.0
Code:[ATTACH]n304046[/ATTACH]
- Likes 1
Leave a comment:
-
Originally posted by herrin View Postusing clipboard plugin;
Code:sText = Input.GetText("YourInput"); Clipboard.CopyText(sText); CBText = Clipboard.GetText(); Input.SetText("MyInput", CBText);
Code:tSel = Input.GetSelection("YourInput"); Input.Cut("YourInput", tSel)
Only For Test
Leave a comment:
-
using clipboard plugin;
Code:sText = Input.GetText("YourInput"); Clipboard.CopyText(sText); CBText = Clipboard.GetText(); Input.SetText("MyInput", CBText);
Code:tSel = Input.GetSelection("YourInput"); Input.Cut("YourInput", tSel)
Only For Test
- Likes 1
Leave a comment:
-
Two questions please?
Hey, i know i sound like a newbie but hey. Could you guys help me in just two simple things?
1. Copy text from the whole input (I tried Input.SetSelection and then Input.Copy, they didn't work)...
2. Cancel/Delete/Erase 1 character from an input (I tried Input.SetSelection and then Input.Delete, they didn't work)...
Leave a comment: