;-------------------------------------------- ; Make Dummy ; ; by Cesar Brasil ; ; http://brasildeluna.blogspot.com ; http://twitter.com/brasildeluna ; ; Hosted with Dropbox ;-------------------------------------------- ; This only works if you have Autohotkey and Dropbox installed. ; Also, you must have "remoteAction.ahk" saved on your My Dropbox folder. ; If you don't have "remoteAction.ahk", download it here: http://dl.dropbox.com/u/805113/remoteAction.ahk ; Make sure your My Dropbox folder path is correct below. It's set to "C:\Dropbox\My Dropbox\AHK\dummy.ahk" by default. ; Add your own custom action list below, typing in `n`; as line breaks. ; A script called "dummy.ahk" will be created on your My Dropbox folder. ;-------------------------------------------- ^#a:: Gui, 22:Add, Text,, Type remote action to send.`nAll actions must be compatible with AHK scripting. Gui, 22:Add, Edit, r22 W500 vMyEdit22remote, `;Run, notepad.exe`n`;Run, http://twitter.com/brasildeluna`n`;MsgBox, Call me right away! Gui, 22:Add, Button, default, OK Gui, 22:Show,, Remote action return 22GuiEscape: 22GuiClose: Gui, Destroy return 22ButtonOK: GuiControlGet, MyEdit22remote Gui, Destroy if ErrorLevel Sleep, 0 FileAppend, %MyEdit22remote%, C:\Dropbox\My Dropbox\AHK\dummy.ahk ; Return