Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
fuse-libretro
Commits
d019e969
Unverified
Commit
d019e969
authored
Jun 05, 2022
by
LibretroAdmin
Committed by
GitHub
Jun 05, 2022
Browse files
Merge pull request #132 from aitorciki/arrow-keys
Map keyboard arrow keys to Spectrum keyboard
parents
4269f150
46ff5bd4
Pipeline
#124586
passed with stages
in 20 minutes and 10 seconds
Changes
1
Pipelines
52
Hide whitespace changes
Inline
Side-by-side
src/libretro.c
View file @
d019e969
...
...
@@ -262,6 +262,10 @@ keysyms_map_t keysyms_map[] = {
{
RETROK_RMETA
,
INPUT_KEY_Meta_R
},
{
RETROK_LSUPER
,
INPUT_KEY_Super_L
},
{
RETROK_RSUPER
,
INPUT_KEY_Super_R
},
{
RETROK_UP
,
INPUT_KEY_Up
},
{
RETROK_DOWN
,
INPUT_KEY_Down
},
{
RETROK_RIGHT
,
INPUT_KEY_Right
},
{
RETROK_LEFT
,
INPUT_KEY_Left
},
{
0
,
0
}
// End marker: DO NOT MOVE!
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment