Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Paste from the clipboard towards the input events stream.
Allows to paste in Shell, when run using the FKey commodity.
Optional arguments:
U = UNIT
Use a specific clipboard unit (unit 0 is used by default).
NC = NOCLIP
Don't dump clipboard's content (ie do nothing unless STRINGBEFORE
or STRINGAFTER are used).
DPE = DELPREVEVENT
Workaround to the annoying character maintained in
system's inputevents when using FKey commodity.
SB = STRINGBEFORE
Sring to put in inputevents stream just before the
clipboard's content (should be enclosed in quotes).
SA = STRINGAFTER
Sring to put in inputevents stream just after the
clipboard's content (should be enclosed in quotes).
You can simply use FKey commodity to run Paste2IEvents with a keyboard
shortcut of your choice, for example "ALT v", using FKey's "Run Program"
option set to "Paste2IEvents DPE".
Paste2IEvents is pure and can be made resident.
Type the following in shell to see a summary of its usage:
"Paste2IEvents ?"
followed by yet another "?"
HISTORY
12-06-2010 Added DELPREVEVENT argument to explicitely delete the character
defined in FKey commodity shortcut, which is unexpectedly
maintained inside the system's inputevents stream (so defining
"ALT v" as the shortcut to run Paste2IEvents adds "v" in front
of the clipboard content... DELPREVEVENT deletes it).
Added NOCLIP, STRINGBEFORE and STRINGAFTER arguments.
11-06-2010 Implemented
|