The AROS Archives(anonymous IP: 18.217.60.35,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (46)
   o Development (243)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1624

Full index file
Recent index file

Part of aros exec
 Readme for:  Utility » Shell » paste2ievents.i386-aros.tar.gz

Paste2ievents.i386-aros

Description: Paste from clipboard to input events stream
Download: paste2ievents.i386-aros.tar.gz       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 6kb
Version: 41.2
Date: 12 Jun 10
Author: Olivier Tigréat
Submitter: Olivier Tigréat
Category: utility/shell
Replaces: utility/shell/paste2ievents.i386-aros.tar.gz
License: APL
Distribute: yes
FileID: 774
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 113  (Current version)
118  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[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

























Copyright © 2005 - 2024 The AROS Archives All Rights Reserved