Skip to content

Instantly share code, notes, and snippets.

@holgate
holgate / t9_alphaEntryUsingRemote.ahk
Created November 21, 2014 09:33
Search netflix metro app using your remote
#SingleInstance force ;Only one instance of script can run
;---------definations near top----------
t9b1 := " 1"
t9b2 := "abc2"
t9b3 := "def3"
t9b4 := "ghi4"
t9b5 := "jkl5"
t9b6 := "mno6"
t9b7 := "pqrs7"
@holgate
holgate / netflix metro app - autohotkey remote navigation control - LARGER.ahk
Last active September 13, 2015 12:36
Netflix Windows 8.1 Metro app - remote navigation for HTPC usage - with "Change the Size of Apps on the screen" in Windows 8.1 set to "Larger"
;DEFINE CONSTANTS...
;
;
; Global value settings that are independant to display-size...
;
; MAIN MENU
boundaryLeft := 120
boundaryRight := 1800
leftScrollbarXpos := 28
leftScrollbarYpos := 1065
@holgate
holgate / netflix metro app - autohotkey remote navigation control - DEFAULT.ahk
Last active September 15, 2015 09:09
Netflix Windows 8.1 Metro app - remote navigation for HTPC usage - with "Change the Size of Apps on the screen" in Windows 8.1 set to "Default"
;DEFINE CONSTANTS...
;
;
; Global value settings that are independant to display-size...
;
; MAIN MENU
boundaryLeft := 120
boundaryRight := 1800
leftScrollbarXpos := 28
leftScrollbarYpos := 1065