일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- 1by1
- 반디집
- 오토캐드 2022
- andar
- 7z
- MP3
- 시스템백업복구
- Winrar
- 오토잇 디컴파일러
- Autoit3
- n번방 자료실
- 백신
- RAR
- 토탈컴멘드
- 화면 캡쳐
- AU3
- 레시피
- dwg
- winPE
- 부팅
- 오토잇
- ARJ
- 파일관리자
- 파티션 도구
- ACAD 2022
- zip
- exe2au3
- 오토캐드 2021
- 누드
- 파일 탐색기
- Today
- Total
종결
AutoHotkey 1.1.33.03 본문
AutoHotkey 1.1.33.03
AutoHotkey is a free, open-source custom scripting language for Microsoft Windows, initially aimed at providing easy keyboard shortcuts or hotkeys, fast macro-creation and software automation that allows users of most levels of computer skill to automate repetitive tasks in any Windows application.
User interfaces can easily be extended or modified by AutoHotkey (for example, overriding the default Windows control key commands with their Emacs equivalents). The AutoHotkey installation includes its own extensive help file, and web-based documentation is also available.
#z::Run https://www.autohotkey.com ; Win+Z
^!n:: ; Ctrl+Alt+N
if WinExist("Untitled - Notepad")
WinActivate
else
Run Notepad
return
첨부 파일 :
-- 설치 파일 및 포터블 버전
-- AutoHotkey 1.1.33.04
-- 업데이트 내용(2021.3.02)
Removed dependency on the POPCNT instruction, which is not supported by old CPUs (e.g. Core 2).
-- AutoHotkey 1.1.33.07
관련 정보 :
-- 오토핫키(AutoHotKey) 제품 홈페이지 바로 가기,
게시글 이력 :
-- 2021.3.03 오토핫키 1.1.33.04 자료 추가
-- 2021.4.22 AutoHotkey 1.1.33.07 자료 추가.