You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups: Users, Administrators.
Free text:
This is a homebrew application that allows you to use PSP as USB keyboard and mouse. Because it works as HID device, you don't need to install any drivers on PC side. == User guide == There are 3 modes: * Game mode - Each PSP button represents one on PC. * Realtime mode - Press any button on keyboard or mouse - but only one button at a time. * Macro mode - Let PSP press keyboard buttons in sequence. To try "welcome" macro, open any text editor, move cursor here and start it. Macro info: * Macro file is list of key sequences, each sequence is 4b long. * Each byte in sequence represents one button slot - USB keyboard scan codes. * There is special sequence, if 4th byte in sequence equals to 0xFF, first 3 bytes will be used as value for delay in microseconds. Examples: <pre>0E 00 00 00 - K 16 00 00 00 - S E1 16 00 00 - SHIFT + A (big A, or small if Caps is on) E0 04 00 00 - CTRL + A (keyboard shortcut to select all) 40 42 0F FF - delay one second </pre> If you want to press same key twice, you have to clear it, example: <pre>16 00 00 00 - S 00 00 00 00 - no key pressed 16 00 00 00 - S </pre> If you want to delay with no key pressed, you have to clear last key, example: <pre>16 00 00 00 - S 00 00 00 00 - no key pressed 40 42 0F FF - delay one second </pre> For more info check out "welcome.ksm". == Screenshots == https://dlhb.gamebrew.org/psphomebrew/images/keysepsp2.png https://dlhb.gamebrew.org/psphomebrew/images/keysepsp3.png == External links == * DCEmu - https://www.dcemu.co.uk/vbulletin/threads/353632-keyse
Advertising: