PSP Vi 0.01 Alpha Release

Author:
  Nullkill (nullkill@gmail.com)

Thanks to:
  Moneytoo for laying the ground work on the IR Keyboard

This is the inital release of PSP VI that I built up with what could be a common IR Library.

Install:
Place the IrKbdCfg.cfg on the root of your memory card 
Extract the contents in the two rar files in the PSP/GAME150 folder to the GAME150 folder

To Use:
  The IrKbdCfg.cfg file contains the key mappings, it was built for the PalmOne Universal Keyboard.  
  
  However, if you have a different keyboard you'd like to try (EXPERIMENTAL, Not sure if it will work), I've included an application
  IrKbdCfgGen that walks you through building a config file for your board.  When prompted tap each key only once.  When done, exit the application, and give PSP VI a go, (Again, not sure if that will work for you or not, but be sure to let me know either way so i can refine the application.)


Once you have the correct key mappings for your board, start PSP Vi.  The Vi Commands supported include:
i   = insert
r   = replace (Not coded yet)
d   = delete (Not coded yet.. if you need to delete, just use backspace in insert mode for now)
ESC = leave mode
:   = command mode
    W or w  write  -- not completely working yet that will be fixed soon
    Q or q  quit
 
    (Currently only takes one command at a time; next release will have more functional command line as well)

you can also navigate with UP DOWN LEFT OR RIGHT

Keep in mind this is an alpha release, so you're basically trying a half-baked app... but still, those of you who are vi freaks like me will get a good feeling as you see how its coming. 

I've also included the Ir Header Library (keys.h in src folder) if you'd like to use it in your app.  If you need useage for it, let me know and I'll hook you up.

Thanks and have fun!
