Changes from 0.9.0 to 0.9.1
- Moved test scripts into their own folder.
- Use '5' on number pad to open and close a menu. See file browser example to use in-action.
- Cursor keys now used as keyboard accelerators.
- Fixed history bug in file browser example.
Known bugs
- Exceptions thrown while menu is open and then caught by a python debugger will freeze out the mouse and keyboard. The only way to unfreeze them is to login on either a text console or remotely and kill the python process with the open menu (eg; Ctrl-Alt-F1, ps -A, kill -9 NUM_OF_LAST_PYTHON_PROCESS).