독개

[오토핫키] HotKey List 핫키 완벽정리

by #독개#

https://www.autohotkey.com/docs/v1/KeyList.htm#mouse-general

 

List of Keys (Keyboard, Mouse and Joystick) | AutoHotkey

VKnn Specify for nn the hexadecimal virtual key code of a key. This rarely-used method also prevents certain types of hotkeys from requiring the keyboard hook. For example, the following hotkey does not use the keyboard hook, but as a side-effect it is tri

www.autohotkey.com

 

레퍼런스 참고하는게 제일좋다

 

간단하게 흔히 잘모르는 마우스 핫키를 적어두자면

 

LButton:: 마우스좌측버튼

RButton:: 마우스우측버튼

MButton: 마우스중간버튼

WhellUp:: 마우스휠위로드래그

WhellDown:: 마우스휠아래로드래그

WhellLeft:: 마우스휠 좌로드래그 할수있는 마우스에서 가능

WhellRight:: 마우스휠 좌로드래그 할수있는 마우스에서 가능

 

나머지는 레퍼런스를 참고하도록 하자

 

A와B를 동시에 눌렀을때 작동하게 하고을때
A & B :: 이렇게하면된다

 

^A:: 컨트롤 A를눌렀을때

#윈도 로고키
! Alt 키
^ Control(Ctrl) 키
+ Shift 키
<! / >! 왼쪽 Alt / 오른쪽 Alt
<^ / >! 왼쪽 Control / 오른쪽 Control
<+ / >+왼쪽 Shift / 오른쪽 Shift 

 

::abc::
abc를 차례대로 누른 후 엔터, 탭, -()[]{}':;"/\,.?!를 입력하면 핫키가 실행되는것을 알수 있습니다.
즉, 문자열 자체를 핫키로 인식한다는 것

블로그의 정보

독한 개발자

#독개#

활동하기