From e4fbc400eabcb6954f369c4292e4ee5e77209c02 Mon Sep 17 00:00:00 2001 From: Bryan Harris Date: Thu, 13 May 2010 01:00:44 +0200 Subject: system/crikey: Added to 13.0 repository --- system/crikey/NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 system/crikey/NEWS (limited to 'system/crikey/NEWS') 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. -- cgit v1.2.3