종결

AutoHotkey 1.1.33.03 본문

카테고리 없음

AutoHotkey 1.1.33.03

논객 3호 2021. 3. 2. 11:02
728x90

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.03_setup.zip
3.10MB
AutoHotkey_1.1.33.03.zip
4.87MB

  -- 설치 파일 및 포터블 버전

 

AutoHotkey_1.1.33.04.zip
4.87MB

  -- 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.zip
4.87MB

   -- AutoHotkey 1.1.33.07

 

 

관련 정보 :

  -- 오토핫키(AutoHotKey) 제품 홈페이지 바로 가기,

 

 

게시글 이력 :

  -- 2021.3.03 오토핫키 1.1.33.04 자료 추가

  -- 2021.4.22 AutoHotkey 1.1.33.07 자료 추가.

 

 

 

 

728x90