Jump to content

ILikeTrains

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by ILikeTrains

  1. You can always compile it yourself: http://www.autohotkey.com/ And then make your own startup entry in the registry in HKLM\software\Microsoft\windows\CurrentVersion\Run
  2. This is basically just my autohotkey script compiled with a custom icon.What I did was compile mine, put it in C:\AeroGlass\ and add a startup entry in the registry in HKLM\Software\Microsoft\Windows\CurrentVersion\Run FIX: #NoTrayIconWinWait,ahk_class #32770,Aero Glass for Win8ControlClick,Button2,ahk_class #32770,Aero Glass for Win8That works too. Though not exactly "fix", since mine's not broken.
  3. This is for Autohotkey: #NoTrayIconWinWait, Information ahk_class #32770, Aero Glass for Win8WinActivate, Information ahk_class #32770, Aero Glass for Win8Send {Tab}{Enter}It exits once it closes the popup. You could also put it in a loop to make it run persistently: #NoTrayIconloop{WinWait, Information ahk_class #32770, Aero Glass for Win8WinActivate, Information ahk_class #32770, Aero Glass for Win8Send {Tab}{Enter}}This uses a small amount of CPU time (about 0 - 1.5% in a virtual machine on a crappy netbook CPU)
×
×
  • Create New...