More actions
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew | |title=Vita Homebrew Apps (Plugins) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=vitakeyboard2.png | ||
|image_alt=VitaKeyboard | |image_alt=VitaKeyboard | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=VitaKeyboard | |title=VitaKeyboard | ||
|image= | |image=vitakeyboard2.png | ||
|description= | |description=Use your PS Vita as a USB keyboard. | ||
|author=mswlandi | |author=mswlandi | ||
|lastupdated=2022/10/30 | |lastupdated=2022/10/30 | ||
Line 15: | Line 15: | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/vitakeyboardvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/vitakeyboardvita.7z | ||
|website=https:// | |website=https://www.reddit.com/r/vitahacks/comments/sg943i/release_use_your_vita_as_a_usb_keyboard/ | ||
|source=https://github.com/mswlandi/vitakeyboard | |source=https://github.com/mswlandi/vitakeyboard | ||
}} | }} | ||
VitaKeyboard is a plugin and application for PS Vita that lets you use it as a USB Keyboard. The host will think your vita is an actual keyboard. | VitaKeyboard is a plugin and application for PS Vita that lets you use it as a USB Keyboard. The host will think your vita is an actual keyboard. | ||
== Installation | == Installation == | ||
Copy hidkeyboard.skprx to ur0:tai/. | |||
Add the following lines to taiHEN's config (ur0:tai/config.txt) | |||
ur0:tai/ | |||
* | *KERNEL | ||
ur0:tai/hidkeyboard.skprx | |||
Install vitakeyboard.vpk. | |||
Reboot the vita to load the kernel plugin. | |||
== | ==User guide== | ||
Before typing, make sure the host computer is using the same keyboard layout as the one selected in VitaKeyboard. | |||
Layout savedata is stored in ux0:data/vitakeyboard_savefile.bin. | |||
== Changelog == | == Changelog == | ||
'''v1.1''' | '''v1.1''' | ||
* Added support for other keyboard layouts. | |||
* | ** Added pt (BR) layout. | ||
** | ** Added es (ES) layout. | ||
** | ** Added de (DE) layout. | ||
** | * Added LiveArea design. | ||
* | * Added better way to close the application (START while IME is closed). | ||
* | |||
''' v0.1-alpha ''' | ''' v0.1-alpha ''' | ||
* First Release. | * First Release. | ||
== Credits == | |||
* hnaves for making [https://github.com/esxgx/hidmouse hidmouse] and xerpi for [https://github.com/xerpi/hidmouse porting it to vita], of which this was initially a fork from. | |||
* xerpi for making [https://github.com/xerpi/vitastick vitastick], from which a lot of this code is based on. | |||
* SonicMastr for help with libime and loading modules. | |||
* LiveArea design is based on the one made for vitastick by [https://github.com/nkrapivin @nkrapivin]. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/mswlandi/vitakeyboard | ||
* | * Reddit - https://www.reddit.com/r/vitahacks/comments/sg943i/release_use_your_vita_as_a_usb_keyboard/ |
Latest revision as of 07:54, 29 August 2023
VitaKeyboard | |
---|---|
General | |
Author | mswlandi |
Type | Plugins |
Version | 1.1 |
License | Mixed |
Last Updated | 2022/10/30 |
Links | |
Download | |
Website | |
Source | |
VitaKeyboard is a plugin and application for PS Vita that lets you use it as a USB Keyboard. The host will think your vita is an actual keyboard.
Installation
Copy hidkeyboard.skprx to ur0:tai/.
Add the following lines to taiHEN's config (ur0:tai/config.txt)
*KERNEL ur0:tai/hidkeyboard.skprx
Install vitakeyboard.vpk.
Reboot the vita to load the kernel plugin.
User guide
Before typing, make sure the host computer is using the same keyboard layout as the one selected in VitaKeyboard.
Layout savedata is stored in ux0:data/vitakeyboard_savefile.bin.
Changelog
v1.1
- Added support for other keyboard layouts.
- Added pt (BR) layout.
- Added es (ES) layout.
- Added de (DE) layout.
- Added LiveArea design.
- Added better way to close the application (START while IME is closed).
v0.1-alpha
- First Release.
Credits
- hnaves for making hidmouse and xerpi for porting it to vita, of which this was initially a fork from.
- xerpi for making vitastick, from which a lot of this code is based on.
- SonicMastr for help with libime and loading modules.
- LiveArea design is based on the one made for vitastick by @nkrapivin.