Short: Simple program that swaps left/right amiga keys Author: Fredrik Wikstrom (fredrik at a500 dot org) Uploader: Fredrik Wikstrom (fredrik at a500 dot org) Type: util/misc Version: 0.1 Architecture: m68k-amigaos; ppc-amigaos >= 4.0.0 replaces: util/misc/amigakeyremapper.lha Website: http://a500.org Swaps left amiga/right amiga keys, source included. I put this program together in a few minutes. I'm considering turning this into a more generic key remapper but that depends of course on how much time I have to put into this. Installation: 1. copy keyremapper to C: or somewhere else convenient. 2. add the following line to startup-sequence or user-startup: Run >NIL: keyremapper NIL: It's also possible to enable the program by simply starting it from the command line with no parameters. In that case CTRL-C (break) can be used to stop the program. Compilation: The Makefile included uses the VBCC C compiler, but the code should compile without any major changes with GCC as well. Source code makes some use of SDI includes (may have to be downloaded separately). Changes: 0.1 (17-sep-2005) - made some changes so code compiles on 68k/OS3.x as well as OS4 - added 68k version of exe to the archive 0.1 - first release .