From 2de01e94903f96bb509fc9547df6faab520b4e3f Mon Sep 17 00:00:00 2001 From: mcmartin Date: Sun, 3 Dec 2006 02:52:09 +0000 Subject: [PATCH] keyjam.exe is now self-documenting; "manual" is both unnecessary and out of date git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2568 8092fc87-c524-0410-9efc-e669fe64eaf9 --- tools/keys/keyjam.txt | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tools/keys/keyjam.txt diff --git a/tools/keys/keyjam.txt b/tools/keys/keyjam.txt deleted file mode 100644 index d1b146937..000000000 --- a/tools/keys/keyjam.txt +++ /dev/null @@ -1,10 +0,0 @@ -This is a lightly adapted version of the SDL documentation's example -of keyboard access. It may be used to determine Key Jamming -information. - -It will spawn a little window, then give information in the console. -To exit the program, close the little window. - -Obvious enhancements to this will be to have the little window *be* -the key jamming interface, and a KEYS.EXE-like real-time status -report.