diff options
author | Bryan Harris <bryanlharris@gmail.com> | 2010-05-13 01:00:44 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:00:44 +0200 |
commit | e4fbc400eabcb6954f369c4292e4ee5e77209c02 (patch) | |
tree | 7739aa2bce7a367f696a42282b551dc061050053 /system/crikey/NEWS | |
parent | cf8a43d527c17d7ff0a04bc6e6554c420c82751c (diff) | |
download | slackbuilds-e4fbc400eabcb6954f369c4292e4ee5e77209c02.tar.gz |
system/crikey: Added to 13.0 repository
Diffstat (limited to 'system/crikey/NEWS')
-rw-r--r-- | system/crikey/NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/system/crikey/NEWS b/system/crikey/NEWS new file mode 100644 index 0000000000..6022c169ef --- /dev/null +++ b/system/crikey/NEWS @@ -0,0 +1,21 @@ +New in 0.8: I've added symbols for BackSpace and Delete. But +more important, I've added two new ways to specify characters. + +You can specify characters by symbol using \( and \), using +the symbol definitions from /usr/include/X11/keysymdef.h. For +example, \(BackSpace\) would insert a backspace character. + +You can also specify control characters using the up-caret ^ +character. So you could get that same backspace character with ^H. + +0.8.1 just fixes a new compiler warning, no functional changes. +0.8.2 adds -lXext to the link line -- some systems added that + automatically, but making it explicit is better. +0.8.3 adds a bunch more new ways to specify characters, fixes + some bugs, and switches back to XTest as the default (use + -x to use XSendEvent). + +I also have a new, experimental, Python version called pykey, +which requires the python-xlib library. It might be useful for +people who don't have a compiler installed, or as a demo of how +to generate key events in python-xlib. Try it out: pykey-0.1. |