Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/HCI/Computer Keyboard/Keyboard Language/AHK/
AHK Hotkeys
Search

AHK Hotkeys

Created
Created
2021 Mar 22 4:37
Refs
Refs

< : left > : right # :win, ^ : ctrl, !: alt + : shift

 
 
 
Win+C, Shift+Win+C, Ctrl+Win+C, etc. will all trigger this hotkey.
 
 
 
~
조건을 만족하지 않을 경우 원래 키를 입력하게
just prefix to prevent blocking native(original) function of that key
 
 
 
What does an asterisk mean at the beginning of an AHK script's line?
Fires the hotkey regardless of the modifiers being held down. http://www.autohotkey.com/docs/Hotkeys.htm Wildcard: Fire the hotkey even if extra modifiers are being held down. This is often used in conjunction with remapping keys or buttons. For example: Win+C, Shift+Win+C, Ctrl+Win+C, etc. will all trigger this hotkey.
What does an asterisk mean at the beginning of an AHK script's line?
https://stackoverflow.com/questions/10334603/what-does-an-asterisk-mean-at-the-beginning-of-an-ahk-scripts-line
What does an asterisk mean at the beginning of an AHK script's line?
 
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/HCI/Computer Keyboard/Keyboard Language/AHK/
AHK Hotkeys
Copyright Seonglae Cho