

That's your computer's local ip address, and is what you will type into the browser of the "remote" device if you're on the same network. Depending on whether you're connected wirelessly or wired, there will be an ip address under one of those two headings after "IPv4 address.". Scroll up until you see something like "Wireless LAN adapter Wireless network connection" and "Ethernet adapter Local Area Connection". Type ipconfig at the prompt and press enter Go to start->run-> type cmd and press enter WinSet, Region, 460-79 W166 H241 R16-16,ahk_id %the_id%Ģ- Download the python script & the helper ahk scripts here. SetTimer, EWD_WatchMouse, 10 Track the mouse as the user drags it.
WinGetPos, EWD_OriginalPosX, EWD_OriginalPosY, ahk_id %EWD_MouseWin% MouseGetPos, EWD_MouseStartX, EWD_MouseStartY, EWD_MouseWin WinSet, Region, 0-1 W650 H%n% R9-9,ahk_id %the_id%ĬoordMode, Mouse Switch to screen/absolute coordinates. WinSet,Style,-0xC40000,ahk_id %the_id% Remove the title bar

Run, C:\Users\%A_UserName%\AppData\Local\Google\Chrome\Application\chrome.exe -app= SetWorkingDir %A_ScriptDir% Ensures a consistent starting directory. SendMode Input Recommended for new scripts due to its superior speed and reliability. #NoEnv Recommended for performance and compatibility with future AutoHotkey releases. Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder) "heart"/like: ctrl-1 (not on Pandora quite yet) which it won't, if you're not on Windows 7 (or Vista?) just replace that part in the line beginning "Run, " with the actual path. If you just want parts 1) and 2), just drop the following script into a. This is great if you have something like an ipod touch- anything with a browser and an internet connection will let you control it. This is easily extendable to controlling all sorts of things. It doesn't yet let those scripts return a value, because I didn't need it to, but that's not hard to add. Basically, you navigate to :port/something and it executes something.ahk if it exists. It uses python's built-in webserver library. Third: I've bastardized a python script I found online to let you remote control the interface. It's a lot easier than any other solution, though. They just use ControlClick to press the buttons in the window, so it's a bit fragile and will break if the interface changes. Second: It has hotkeys that let you control it. Yes, it's ugly, feel free to come up with something prettier) It has dragging code I grabbed from one of the example scripts on the AHK site, so you can move it around. I just remove the title menu and borders. It requires Chrome, because Chrome has an easy command line option that removes all the toolbars etc and designates it as an "app". This is still a work in progress, but I thought I'd share because I'm rather pleased with it.įirst: I have written a script that can launch the Slacker Radio interface or the Pandora radio interface ( ) and strips away the window chrome, turning it into a sort of floating widget.
