PSP Vi 0.02a Alpha (2nd Release)

Author:
  Nullkill (nullkill@gmail.com)

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

Changelog for 0.02a:
 +ability to write to file (and fixed writing)
     i.e.  W myfile.txt   or w ms0:/location/file.txt
 +ability to open a file (Alpha Version, some bugs but generally good)
     i.e.  O ms0:/filename.txt or o ms0:/filename.txt (Notice you need the full path, including ms0:/)
 +general code clean up and bug fixes
 +battery meter

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), Use the application from the previous PspVi (IrKbdCfgGen) 
  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 [filename]   write
    Q or q              quit
    O or o filename     open a file
 
(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

Thanks and have fun!
