It displays the characters of your choice in a popup image. The default characters used are:
| cC | Control |
| sS | Shift |
| aA | Alt |
| wW | Windows |
| L | Left mouse |
| M | Middle mouse |
| R | Right mouse |
Latched sticky keys (modifiers) are displayed in lower case, locked in upper. Mouse key buttons use L, M and R.
Examples:
| cSa | Control and Alt latched, Shift locked. |
| CAW | Control, Alt and the "Windows" key locked. |
| Lc | Control latched and left mouse key active. |
The libraries png and ImLib are required.
The program ax is included. Compiled on a Redhat box. Type "ax help" for details. I have no connection with this program.
The image may be of types: png, jpg or gif.
| -d display | Select target display. ie :0.0, :1. Will use $DISPLAY. |
| -X # | X position for status display. Default: -1 = center. |
| -Y # | Y position for status display. Default: -1 = 1/3 from top. |
| -k 1/0 | Show or do not show sticky key status. Default: 1 = show. |
| -m 1/0 | Show or do not show mouse key status. Default: 0 = no show. |
| -c cC | Characters to use for control key. |
| -s sS | Characters to use for shift key. |
| -1 aA | Characters to use for mod 1 (alt) key. |
| -2 | Characters to use for mod 2 key. |
| -3 | Characters to use for mod 3 key. |
| -4 | Characters to use for mod 4 (Windows) key. |
| -L L | Character to use for left mouse button. |
| -M M | Character to use for middle mouse button. |
| -R R | Character to use for right mouse button. |
| -x 0 | x position for characters in display. Default: 0 (center). |
| -y 0 | y position for characters in display. Default: 0 (center). |
| -t '#112299' | Color of characters. Default blue. |
| -i image | Image to use. Default: sticky.png |
| -f font description | Font to use. Default: '-*-lucida-*-r-*-*-24-*'. |
| -v | Display version info. |
| -h | Display this help page. |
Tip: You can use "" to NOT display a mouse key. This allows the display image to disappear when there are no sticky keys latched or locked. Example: -L "". Then as long as the left mouse key is active, the image can go away.
|