mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
438a497c37
Get rid of a couple of copies of the CC0 text. Add header comment to CC0 files to remind people editing them what the terms are. Also add some missing XML headers. The header comments in layouts won't bloat the binary - they get stripped out before compressing, same as any other comments.
21 lines
642 B
Text
21 lines
642 B
Text
# license:CC0
|
||
#
|
||
# FIXME: This file produces errors and needs to be fixed.
|
||
#
|
||
|
||
[SDL2]
|
||
# MAME/MESS keymap for French AZERTY keyboard (OSX)
|
||
#
|
||
#
|
||
ITEM_ID_1 SDL_SCANCODE_AMPERSAND &
|
||
ITEM_ID_2 SDL_SCANCODE_WORLD_0 <20>
|
||
ITEM_ID_3 SDL_SCANCODE_QUOTEDBL "
|
||
ITEM_ID_4 SDL_SCANCODE_QUOTE '
|
||
ITEM_ID_5 SDL_SCANCODE_LEFTPAREN (
|
||
ITEM_ID_6 SDL_SCANCODE_WORLD_1 <20>
|
||
ITEM_ID_7 SDL_SCANCODE_WORLD_3 <20>
|
||
ITEM_ID_8 SDL_SCANCODE_EXCLAIM !
|
||
ITEM_ID_9 SDL_SCANCODE_WORLD_2 <20>
|
||
ITEM_ID_0 SDL_SCANCODE_WORLD_4 <20>
|
||
ITEM_ID_MINUS SDL_SCANCODE_RIGHTPAREN )
|
||
ITEM_ID_EQUALS SDL_SCANCODE_MINUS -
|