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.
36 lines
906 B
Text
36 lines
906 B
Text
# license:CC0
|
||
#
|
||
# FIXME: This file produces errors and needs to be fixed.
|
||
#
|
||
|
||
[SDL2]
|
||
# MAME/MESS keymap for Spanish QWERTY 105-keys keyboard (Linux)
|
||
# SDL can tell the difference between the two COMPOSE keys but assigns them the same label
|
||
# thus both OPENBRACE and QUOTE appear like "` ´" in the user interface.
|
||
# The following definitions are therefore correct.
|
||
#
|
||
# Row 1
|
||
#
|
||
ITEM_ID_TILDE SDL_SCANCODE_WORLD_26 º
|
||
ITEM_ID_MINUS SDL_SCANCODE_QUOTE '
|
||
ITEM_ID_EQUALS SDL_SCANCODE_WORLD_1 ¡
|
||
#
|
||
# Row 2
|
||
#
|
||
ITEM_ID_OPENBRACE SDL_SCANCODE_COMPOSE `
|
||
ITEM_ID_CLOSEBRACE SDL_SCANCODE_PLUS +
|
||
#
|
||
# Row 3
|
||
#
|
||
ITEM_ID_COLON SDL_SCANCODE_WORLD_81 Ñ
|
||
ITEM_ID_QUOTE SDL_SCANCODE_COMPOSE ´
|
||
ITEM_ID_BACKSLASH SDL_SCANCODE_WORLD_71 Ç
|
||
#
|
||
# Row 4
|
||
#
|
||
ITEM_ID_BACKSLASH2 SDL_SCANCODE_LESS <
|
||
ITEM_ID_SLASH SDL_SCANCODE_MINUS -
|
||
#
|
||
# Row 5
|
||
#
|
||
ITEM_ID_RALT SDL_SCANCODE_MODE ALTGR
|