The print screen command doesnt work anymore

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
DRS
Posts: 6
Joined: 10 Feb 2021, 17:40

The print screen command doesnt work anymore

23 May 2024, 13:05

Hi, I have been using this script to take a screenshot, but it doesn't work anymore, the emoji panel appears instead of taking the screenshot directly. The print screen button doesn't work either.

Code: Select all

 #sc027:: Run, explorer.exe ms-screenclip:
I have also tried with these other two commands.

Code: Select all

 #sc027:: Run, c:\Users\FX\AppData\Local\Microsoft\WindowsApps\SnippingTool.exe /Clip

Code: Select all

 #sc027:: Send {PrintScreen}
but nothing work,
I want to be able to take the screenshot directly and not have the emoji panel appear instead, what I can do?


[Mod action: Topic moved from "Ask for Help (v2)" since this is v1 code.]
User avatar
boiler
Posts: 17392
Joined: 21 Dec 2014, 02:44

Re: The print screen command doesnt work anymore

23 May 2024, 14:43

@DRS - Please post in the v1 section when you are asking for help with v1 code. This thread was moved from where you posted it in the main (v2) section. Thank you.
User avatar
mikeyww
Posts: 27366
Joined: 09 Sep 2014, 18:38

Re: The print screen command doesnt work anymore

23 May 2024, 16:25

Hello,

You can try the following script, with no changes and no additions. Close all other scripts before running it.

Code: Select all

#Requires AutoHotkey v1.1.33.11
F3::Run SnippingTool.exe /Clip

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Chunjee, emp00, mikeyww, Rohwedder and 190 guests