|
|
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.
6: # The first number is the symbolic PC key code (see the SDL_keysym.h file
7: # from the SDL library header files usually in /usr/include/SDL/).
8: # The corresponding key will be mapped to the ST key which is specified by
9: # second number - the ST scan code of the key (see src/keymap.c in the Hatari
10: # sources).
11: #
12: # Here is an example for a french keymap for the MacBook:
13: 97,16
14: 122,17
15: 113,30
16: 109,39
17: 119,44
18: 38,2
19: 160,3
20: 34,4
21: 39,5
22: 40,6
23: 161,7
24: 163,8
25: 33,9
26: 162,10
27: 164,11
28: 29,12
29: 45,13
30: 94,26
31: 36,27
32: 165,40
33: 44,50
34: 59,51
35: 58,52
36: 61,53
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.