Created
October 4, 2021 15:31
-
-
Save JoeGlines/561e6d3dbc18f92335ed57f56f0d25ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#SingleInstance,Force | |
#NoEnv | |
;********************Fix stupid Windows clipboard*********************************** | |
#IfWinActive ahk_class Shell_LightDismissOverlay | |
enter:: ;when hit enter key | |
Send, {space} ;send the space key | |
return ;Stop from moving forward |
Binly42
commented
Dec 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment