|
|
1.1 root 1: # This is an example for a keyboard mapping file that can be used in Hatari
2: # by loading it from the keyboard setup dialog.
3: #
4: # Lines starting with a '#' or with a ';' are comments.
5: # All other lines should contain exactly two numbers separated by a comma.
1.1.1.4 root 6: #
1.1.1.5 ! root 7: # The first number is the libSDL symbolic PC key code.
! 8: # See the "--trace keymap" output from Hatari.
1.1.1.4 root 9: #
1.1 root 10: # The corresponding key will be mapped to the ST key which is specified by
1.1.1.5 ! root 11: # second number - the ST scan code of the key. "--trace keymap" output
! 12: # shows the already mapped scan code.
1.1 root 13: #
1.1.1.4 root 14: # tests/keymap/ directory contains programs to discover/test the PC SDL
1.1.1.5 ! root 15: # and Atari scan code values. Hatari's default PC key code -> ST scan
! 16: # code mappings are in src/keymap.c source file.
1.1.1.4 root 17: #
1.1 root 18: # Example: If you want to get the 'y' and 'z' keys right with a german TOS
19: # ROM, you can use the following two lines to map the PC keys to the right
20: # ST scan codes:
21: 121,44
22: 122,21
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.