Hotkey doesn't work Topic is solved

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
usser
Posts: 146
Joined: 22 Oct 2014, 13:03

Hotkey doesn't work

21 Apr 2024, 14:17

Hello

Any idea why the below doesn't work? It should open the Screen Snapshot tool.

Code: Select all

LAlt::Send {LWin down}{Shift down}{s}{LWin up}{Shift up}
I think this is v2!

Thanks
User avatar
mikeyww
Posts: 27136
Joined: 09 Sep 2014, 18:38

Re: Hotkey doesn't work  Topic is solved

21 Apr 2024, 14:24

Hello,

It's v1, worked here. If you have another script or program using the key sequence, it might conflict. I do not recommend using LAlt as a hotkey.

Code: Select all

#Requires AutoHotkey v1.1.33.11
F3::Send #+s
Many other posts cover this topic as well, in case any are helpful.
RussF
Posts: 1280
Joined: 05 Aug 2021, 06:36

Re: Hotkey doesn't work

22 Apr 2024, 12:42

In Windows 10 (and 11, I assume) - in Settings->Ease of Access->Keyboard->Print Screen Shortcut
you can map the PrtScn key to open screen snipping - no need for AHK (unless you don't want that hotkey).

Russ

Return to “Ask for Help (v2)”

Who is online

Users browsing this forum: Descolada, Rohwedder, teadrinker, WhenInWome and 66 guests