
autohotkey Tag Posts Index
Explore on-chain topics from the Hive blockchain.
- →
Script discord party mode
for post ▶️ 3Speak
- →
How to move with keyboard in Lost Ark
I started playing the recently released MMORPG Lost Ark and really didn't like moving my character with mouse buttons, so I looked for a way to move with the keyboard.
- →
Como Arranjar Muiê Mesmo sendo Feio pra Burro
Fonte: Enirrei Insaites
- →
오토핫키 윈도우 사이즈 조정 소스 수정
SysGet, workArea, MonitorWorkArea workAreaWidth := workAreaRight - workAreaLeft workAreaHeight := workAreaBottom - workAreaTop r1 = 0.20000 lr := r1 * workAreaWidth
- →
Programar é uma Delícia
- →
Workflow-Optimierung - Ein Update
Drei Monate sind seit meinem letzen Blog-Post zum Thema Workflow-Optimierung vergangen. In dieser Zeit ist unglaublich viel passiert - mehr noch, als ich erwartet
- →
윈도우 창 크기 조절하는 간단한 오토핫키 스크립트
r1 = 0.2 lr := r1 * A_ScreenWidth main_w := (1- r12)A_ScreenWidth ^k:: ; 중앙 ResizeWin(lr,0,main_w,A_ScreenHeight) return ^j:: ; 왼쪽 ResizeWin(0,0,lr,A_ScreenHeight)
- →
Maximale Workflow Optimierung!
In einem früheren Blog-Eintrag habe ich mich bereits mit der Optimierung meines Produktions-Workflows beschäftigt. Der Fokus lag damals jedoch auf simplen Let's
- →
2-4 오토핫키 이미지 , 픽셀 찾기 기능을 사용해 보자.
CoordMode ImageSearch ,PixelGetColor ,PixelSearch, 마우스 이동을 스크린으로 한정할것인지 아니면, 창모드로 지정할것인지 선택 하는 부분입니다. ImageSearch 지정한 영역에서 찾고자 하는 이미지를 검색하여 X,Y좌표를 반환한다. PixelGetColor
- →
2-3 오토핫키를 사용하면서 자주 사용하는 명령어 ...
MSGBOX -> 해당 결과값을 표시 하는 역활을 합니다 스크립트 중간에 데이타 를 보고 싶을때도 많이 사용합니다. LOOP -> 오토핫키에서 사용하는 반복문입니다. LOOP의 기능이 많으니 아래에서 설명하겠습니다. IF , ELSE IF -> 조건문 입니다. 스크립트 내에서
- →
2-2장 오토핫키 함수의 사용 및 정의
함수란? 간단하게 설명해서 반복적이고 중복되는 스크립트를 간단한 구문으로 실행할수 있도록 하는 것이라고 보시면 됩니다. 함수를 사용하는 목적. 프로그램의 수정이 쉬워진다. 프로그램의 가독성을 높어준다. 코드의 재사용이 쉬워진다. 작업을 적은 단위로 코딩할수 있어 향후 관리가 쉬어진다. 함수의
- →
2-1장 오토핫키 가장많이 사용하는 내장변수의 종류
오토핫키는 기본적으로 다른 언어에 비해서 변수 선언에 대해서는 상당히 관대 합니다. 별도의 선언이 없으며, 오히려 내장 변수들이 있어 사용하기 변합니다. 기본적으로 가장 많이 사용하는 변수 들입니다. 변수를 사용 할때는 변수양쪽에 % 넣어 주면 변수 사용할수 있습니다. data := 123
- →
1장 오토핫키란 ?
마우스및 키보드의 단축키를 정의 하여, 버튼 재생 및 맵핑을 하거나 대체 할수 있습니다. 오토핫키는 원도우전용 무료오픈소스 스크립팅 언어 입니다. 자동 클릭, 매크로, 기타 원도우즈 OS상에서의 모든 종류의 작업이 가능합니다. 실력이 된다면, 조금더 어렵고 복잡한 작업도 가능합니다. 오토핫키는
- →
안녕하세요 settmit 을 처음 시작하는 초보 입니다.
처음 글을 올립니다. 전 오토핫키로 컴퓨터 자동화 프로그램을 공부하는 마음으로 올려 볼까 합니다. 부족하지만 열심히 해보겠습니다.
- →
Wall Software at Frankfurt Airport is based on Autohotkey :D
Steepshot | IPFS | Google Play
- →
How to make programming less annoying for beginners
Many commands are very commonly used in code, like if statements(if(condition == true): do that...) But always having to type them can get a bit annoying for beginners,
- →
Time Clickers - Auto Hotkey Extreme Clicker and Keypresser
I'm using an auto clicker script and auto keypresser script to allow Time Clickers to be less of a chore and more of a bore. Get the script at I am the original
- →
Shortcut to Edit, Autostart and Autosave Autohotkey scripts
Autohotkey is a very good application build both for windows and mac systems in order to minimize spelling mistakes on fly. Actually the little AHK script that resides
- →
AutoHotKey - A really useful tool for people stuck on Windows
AutoHotKey A really useful tool. I like to annotate chess-games and post them with diagrams in a lot of spots, I used to have to do a lot of manual editing to make
- →
Creating a Windows graphical configuration tool for rinetd with AutoHotkey
rinetd is the internet "redirection server." It's a very old but good tool that was targeted for Linux but there is a Windows port as well. It's used for
Leave autohotkey Tag Posts Index to discover