📄 readme
字号:
This Java program is a graphical user interface for interacting withuser-level Click configurations via the ControlSocket(n) element. Say aClick configuration is running on host HOSTNAME with a ControlSocketelement listening on port PORT. Then you can start ClickController with thecommand line java ClickController HOSTNAME PORTto see the configuration, including its elements and their handlers. The ClickController program is preliminary and is being provided "as is".Would you like to hack on it? Please do! Compiling it requires Java-1.2 orabove, including the Swing elements.COMPILING AND RUNNING--------------------- ClickController requires the Java-1.2 or later runtime. You candownload one version of this runtime from Sun's web site, java.sun.com. OnLinux, for example, you can install the j2re-1.3.1 package, then run`jikes' and `java' as follows: jikes -classpath /usr/java/jre1.3.1/lib/rt.jar:. *.java /usr/java/jre1.3.1/bin/java ClickController [ARGS]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -