Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable full-size QWERTY keyboard in native OSK outside XMB/VSH #409

Open
schm1dtmac opened this issue Sep 29, 2024 · 3 comments
Open

Enable full-size QWERTY keyboard in native OSK outside XMB/VSH #409

schm1dtmac opened this issue Sep 29, 2024 · 3 comments

Comments

@schm1dtmac
Copy link

New Feature

The full-size QWERTY keyboard built into the PSP's stock OSK only appears to work when the OSK is invoked within the XMB/VSH (e.g. changing nickname, using Browser, PSN stuff, etc). Invoking the system OSK within any game/app outside the XMB however (e.g. Custom Launcher, LittleBigPlanet level rename) doesn't offer the ability to switch to the full QWERTY keyboard with the SELECT button, so you're stuck with the T9-style keyboard instead. It would be nice, if it's even possible, to 'unlock' the full size QWERTY keyboard mode across all PSP software using the native OSK calls unless something like memory limitations or whatever prevents it.

@JoseAaronLopezGarcia
Copy link
Contributor

It's an interesting idea, not sure how possible it is but would be worth investigating.

@schm1dtmac
Copy link
Author

schm1dtmac commented Sep 29, 2024

Just to add an extra note, it seems like when Sony added the full size keyboard they also added a new vsh plugin for it, osk_plugin_500.prx, in place of presumably the prior osk_plugin.prx. That may explain why non-VSH software didn't officially get access to the QWERTY layout. Never mind, the above osk_plugin_500 stuff seems to only have been a thing on 5.00 era OFW as current OFW only ships one plugin (so it probably is down to a check in osk_plugin instead).

@JoseAaronLopezGarcia
Copy link
Contributor

If the plugin is only meant to run in vsh we might run into issues to run it on games/homebrew, but it's certaintly something to be checked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants