cvs commit: ports/x11 Makefile ports/x11/keyboardcast Makefile
distinfo pkg-descr pkg-message pkg-plist
ports/x11/keyboardcast/files patch-Makefile patch-window-list.c
Philip M. Gollucci
pgollucci at FreeBSD.org
Thu Sep 23 03:36:01 UTC 2010
pgollucci 2010-09-23 03:36:01 UTC
FreeBSD ports repository
Modified files:
x11 Makefile
Added files:
x11/keyboardcast Makefile distinfo pkg-descr pkg-message
pkg-plist
x11/keyboardcast/files patch-Makefile patch-window-list.c
Log:
The purpose of keyboardcast is to allow you to send keystrokes to multiple
X windows at once. This allows you, for example, to control a number of
terminals connected to different but similar hosts for purposes of mass-
administration.
You can also select non-terminals. If you come up with a reasonable use
for this ability I'd be interested in hearing about it.
The program can select windows to send to either by matching their titles
(using a substring) or by clicking on them (in a method similar to GIMP's
screenshot feature).
The program also features the ability to spawn off multiple instances of
gnome-terminal executing a single command on multiple arguments (for example
executing 'ssh' on several hosts). The gnome-terminals are invoked with
the profile 'keyboardcast' if it exists (so, for example, your font size
can be smaller).
WWW: https://launchpad.net/keyboardcast
PR: ports/142744
Submitted by: eimar.koort
Revision Changes Path
1.739 +1 -0 ports/x11/Makefile
1.1 +25 -0 ports/x11/keyboardcast/Makefile (new)
1.1 +3 -0 ports/x11/keyboardcast/distinfo (new)
1.1 +19 -0 ports/x11/keyboardcast/files/patch-Makefile (new)
1.1 +24 -0 ports/x11/keyboardcast/files/patch-window-list.c (new)
1.1 +19 -0 ports/x11/keyboardcast/pkg-descr (new)
1.1 +5 -0 ports/x11/keyboardcast/pkg-message (new)
1.1 +5 -0 ports/x11/keyboardcast/pkg-plist (new)
More information about the cvs-ports
mailing list