nerdcore
the applescript that I use to allow subethaedit to reload and compile processing scripts:*
tell application "Processing"
activate
tell application "System Events" to keystroke "t" using {command down}
tell application "System Events"
keystroke return
end tell
delay 0.1
tell application "System Events" to keystroke "r" using {command down}
end tell
*unsanity's menu master is necessary for keyboard mapping the menu items