Page 1 of 1

Disabling PrintScreen not working

Posted: 14 Jun 2021, 15:29
by balkinishu

Code: Select all

PrintScreen::return
No longer works. When I press #v to access the new windows enhanced clipboard, I see a bunch of screenshots corresponding to whenever I pressed PrintScreen (used as a modifier).

Before I start editing the registry, I was wondering if there's another AHK-based solution?

Re: Disabling PrintScreen not working

Posted: 14 Jun 2021, 15:46
by mikeyww
PrintScreen as a prefix key differs from PrintScreen alone as a hotkey. It sounds like there is more to your script?

Re: Disabling PrintScreen not working  Topic is solved

Posted: 14 Jun 2021, 15:51
by balkinishu
I just figured out the problem. It's related to TapHoldManager (https://www.autohotkey.com/boards/viewtopic.php?t=45116). If I assign double-tap PrintScreen as a hotkey shortcut, printscreen::return will no longer work.