This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| A very simple program to send the toggle-keyboard event to matchbox-keyboard | |
| Requires a version of matchbox-keyboard running in daemon mode (-d), and | |
| must be a version of matchbox-keyboard that supports the toggle event. | |
| Currently the SVN version meets this requirement. | |
| Compiling: | |
| gcc matchbox-keyboard-toggler.c -o matchbox-keyboard-toggler -lX11 |
NewerOlder