gnu.app
Class Salt
java.lang.Object
gnu.app.Application
gnu.x11.Application
gnu.app.Salt
public class Salt
- extends Application
Send string to top-level windows. It sends to all top-level windows
matching res_name and res_class given. I use this all the time to send
common long strings to netscape.
You may find this emacs code helpful.
(defun salt-id ()
(interactive)
(shell-command
(format "java gnu.app.Salt Navigator Netscape 29340002487578")))
- See Also:
-
help output
Constructor Summary |
Salt(java.lang.String[] args)
|
Method Summary |
static void |
main(java.lang.String[] args)
|
void |
send_key(Window window,
int keysym)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Salt
public Salt(java.lang.String[] args)
send_key
public void send_key(Window window,
int keysym)
main
public static void main(java.lang.String[] args)