Files
HatariWii/tests/keymap
2018-05-25 20:45:09 +02:00
..
2018-05-25 20:45:09 +02:00
2018-05-25 20:45:09 +02:00
2018-05-25 20:45:09 +02:00
2018-05-25 20:45:09 +02:00
2018-05-25 20:45:09 +02:00
2018-05-25 20:45:09 +02:00
2018-05-25 20:45:09 +02:00
2018-05-25 20:45:09 +02:00
2018-05-25 20:45:09 +02:00

Programs to find out key codes needed for Hatari keymap files:

keytest.prg -- Atari program to show Atari keycode for pressed key
checkkeys   -- SDL program to print pressed SDL keys codes
listkeys    -- SDL program to list all SDL keycodes

Sources for first (keytest.*) can be compiled with AHCC from:
	http://members.chello.nl/h.robbers/

Sources for last two can be compiled with make & gcc on PC.