Jump to content

disable certain key


jaehyunb
 Share

Recommended Posts

Edit : Crap, didn't see that it was a topic in the v2-forum.

But while here, I can't remember anything that can be used to do this

in v2.... not AutoIt alone that is, but a third-party program/script will work.

The code below will assign the printscreen-key to a blank function...

HotKeySet("{PrintScreen}", "_Nothing")

Func _Nothing()
  ; Nothing here..
EndFunc
Edited by Helge
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...