Skip to content

Commit 17be002

Browse files
committed
Replaced complex combo-keys by F1, F2 and F3
1 parent e717d1a commit 17be002

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
.DS_Store
55
docs/.DS_Store
66
.DS_Store
7+
.venv

docs/library/m2000.md

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,16 @@ The M2000 core supports the following device type(s) in the controls menu, bolde
8888

8989
## Joypad
9090

91-
| RetroPad Inputs | P2000T Key | Keyboard Inputs |
92-
|---------------------------------------------|-------------|------------------|
93-
| ![](../image/retropad/retro_a.png) | Space/fire | Spacebar |
94-
| ![](../image/retropad/retro_b.png) | Space/fire | Spacebar |
95-
| ![](../image/retropad/retro_start.png) | < START > | Shift + 3 |
96-
| ![](../image/retropad/retro_select.png) | < STOP > | Shift + Period . |
97-
| ![](../image/retropad/retro_dpad_up.png) | Up | Up key |
98-
| ![](../image/retropad/retro_dpad_down.png) | Down | Down key |
99-
| ![](../image/retropad/retro_dpad_left.png) | Left | Left key |
100-
| ![](../image/retropad/retro_dpad_right.png) | Right | Right key |
91+
| RetroPad Inputs | P2000T |
92+
|---------------------------------------------|-----------|
93+
| ![](../image/retropad/retro_a.png) | Space |
94+
| ![](../image/retropad/retro_b.png) | Space |
95+
| ![](../image/retropad/retro_start.png) | < START > |
96+
| ![](../image/retropad/retro_select.png) | < STOP > |
97+
| ![](../image/retropad/retro_dpad_up.png) | Up |
98+
| ![](../image/retropad/retro_dpad_down.png) | Down |
99+
| ![](../image/retropad/retro_dpad_left.png) | Left |
100+
| ![](../image/retropad/retro_dpad_right.png) | Right |
101101

102102
### Joypad remapping for games that use alternative keys (e.g. Fraxxion)
103103

@@ -111,7 +111,7 @@ To be able to use the D-pad for horizontal movement in the emulator, you should
111111
| Keyboard a .. z | a .. z |
112112
| Keyboard 0 .. 9 | 0 .. 9 |
113113
| Keyboard Backspace | Backspace |
114-
| Keyboard Return | Enter/Return |
114+
| Keyboard Return | Enter |
115115
| Keyboard Space | Space |
116116
| Keyboard Double Quote " | Double Quote " |
117117
| Keyboard Slash / | Slash / |
@@ -123,19 +123,14 @@ To be able to use the D-pad for horizontal movement in the emulator, you should
123123
| Keyboard Backquote ` | < CODE > |
124124
| Keyboard Keypad 0 .. 9 | 0 .. 9 |
125125
| Keyboard Keypad Period . | Period . |
126-
| Keyboard Keypad Enter | Enter/Return |
126+
| Keyboard Keypad Enter | Enter |
127127
| Keyboard Up | Up |
128128
| Keyboard Down | Down |
129129
| Keyboard Right | Right |
130130
| Keyboard Left | Left |
131-
132-
### Special combo key mappings
133-
134-
| RetroKeyboard Inputs | P2000T Key |
135-
|------------------------------|---------------------------|
136-
| Keyboard Shift + 1 | < ZOEK > |
137-
| Keyboard Shift + 3 | < START > |
138-
| Keyboard Shift + Period . | < STOP > |
131+
| Keyboard F1 | < START > |
132+
| Keyboard F2 | < STOP > |
133+
| Keyboard F3 | < ZOEK > |
139134

140135
## External Links
141136

0 commit comments

Comments
 (0)