summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/script.h
AgeCommit message (Collapse)AuthorFilesLines
2002-10-20scripting fixed (moved from emulation_layer to emulation_handler). Scripts ↵wazlaf1-3/+3
now use QByteArray instead of QString
2002-10-13Scripting functionality added. What this currently does is catch keys in the ↵wazlaf1-0/+30
emulation_layer and store them in a "Script" instance. This can later be saved to a file and on request "replayed" by sending the typed keys to the associated IOLayer