More actions
keyse | |
---|---|
![]() | |
General | |
Author | kgsws |
Type | Other |
Version | 2011 |
License | GNU/GPL |
Last Updated | 2011/02/24 |
Links | |
Download | |
Website | |
Source | |
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:
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
If you want to press same key twice, you have to clear it, example:
16 00 00 00 - S 00 00 00 00 - no key pressed 16 00 00 00 - S
If you want to delay with no key pressed, you have to clear last key, example:
16 00 00 00 - S 00 00 00 00 - no key pressed 40 42 0F FF - delay one second
For more info check out "welcome.ksm".
Screenshots