AZO234 / NP2kai

Neko Project II kai
http://domisan.sakura.ne.jp/article/np2kai/np2kai.html
MIT License
265 stars 62 forks source link

Add missing keys for western keyboard. #4

Closed Tatsuya79 closed 7 years ago

Tatsuya79 commented 7 years ago

: 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.

AZO234 commented 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.

Tatsuya79 commented 7 years ago

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

AZO234 commented 7 years ago

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.

AZO234 commented 7 years ago

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.

Tatsuya79 commented 7 years ago

Alright, I thought you wanted both on one key.

AZO234 commented 7 years ago

Thanks!

If there is anything difficult to use in western ways, please contact me.