Closed Tatsuya79 closed 7 years ago
I think we can use right side keys(shift,ctrl,win) for 104 keyboads.
For example: {RETROK_BACKQUOTE, 0x1a}, {RETROK_QUOTE, 0x27}, {RETROK_RCTRL, 0x33}, <-overwrite
Then, if you want to input underscore(_), you press shift+right ctrl. I think there are times when the key and the input do not match in other cases. It's a difficult problem...
Regards.
I've done it like that before, but RCTRL can be used, while F11 is empty. And who is going to try shift+ctrl to input _ anyway too? :p
Sorry, I think I wanna use F11 as other functional purpose. There is other NP2 port uses F11 as anything function (for mouse capturing). Unfortunately, Japanese PCs have one more key for underscores.
Tetsya79
You have to delete prebious {RCTRL, 0x74}.
Thanks for your idea and implementaion. I off course hope world wide gamers can play Japanese retro game.
Alright, I thought you wanted both on one key.
Thanks!
If there is anything difficult to use in western ways, please contact me.
: and @ were missing.
_ is mapped as shift + F11. That's not really easy to find but can be documented. I don't see any other empty key for us that would be better and not cause issues for Japanese users.