Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $Form.Add_KeyDown({if ($_.KeyCode -eq "Escape")
  2.     {$Form.Close()}})
  3.  
  4. $Form.Add_KeyDown({
  5.     if ($_.KeyCode -eq "Escape")
  6.     {
  7.         $Form.Close()
  8.     }
  9. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement