Autohotkey is very new to me and i don't understand anything Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Artie7777777777

Autohotkey is very new to me and i don't understand anything

14 Sep 2018, 00:05

Basically, i downloaded AHK so i ccan experiment with it. the thing i wanted to to is; for example replace the Pause or Scrollock key with a funtion that would, if pressed take me to a webpage. i kknow it has been commonly asked but i didn't understands anything from the replies. Also if i get a keyboard with dedicated macros will this still be possible?

Thank you!
Rohwedder
Posts: 7679
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Autohotkey is very new to me and i don't understand anything  Topic is solved

14 Sep 2018, 01:51

Hallo,
try: https://autohotkey.com/docs/Tutorial.htm
and:

Code: Select all

#Persistent
ToolTip, Hurricane Florence near Myrtle Beach`, South Carolina
Run % "https://earth.nullschool.net/#current/wind/surface/level/orthographic=-76.28,33.63,1821/loc=-78.879,33.692"
Sleep, 10000
Run % "http://www.earthcam.com/usa/southcarolina/myrtlebeach/"
User avatar
NovaRanger
Posts: 68
Joined: 23 Oct 2014, 02:05

Re: Autohotkey is very new to me and i don't understand anything

14 Sep 2018, 02:38

@Rohwedder, I think he's asking for Hotkey,

@ Artie7777777777:
I made a slight change to Rohwedder's code, please see below. Let us know if this is what you need.

Code: Select all

#Persistent
ScrollLock:: ; hotkey
ToolTip, Hurricane Florence near Myrtle Beach`, South Carolina ; just FYI
; Run % "https://earth.nullschool.net/#current/wind/surface/level/orthographic=-76.28,33.63,1821/loc=-78.879,33.692"
Sleep, 10000 ; wait for a second
Run % "http://www.earthcam.com/usa/southcarolina/myrtlebeach/" ; website goes here...

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: mikeyww and 258 guests