|
キーボードからマウスポインタを動かす
3 days ago
by sot
◎概要: できればキーボードで全作業をしたい。ホームポジションから離れたくない。 というわけでautohotkeyでマウスポインタを動かしてキーボードだけで生きていこう、という話。 奇抜に思えるけど、慣れると離れられなくなる。 スクリプトは以下の通り。 ;【マウスの移動】 ;Qキーをホットキーとするが、単独利用時は通常通り機能させる q::send q +q:: send Q ;マウスポインタの移動距離 LARGE=500 MIDDLE=150 SMALL:=15 MIN=3 ;6, 7, 8, 9 で MIN の移動 q & 9::MouseMove, MIN, 0, 0, R q & 6: ...
SOTBLOG - sot528.net/blog
|
|
“Run as Administrator” for AutoHotkey Scripts in Windows 7 or Vista
3 days ago
by khan
As regular readers know well, I’m a huge fan of using AutoHotkey to automate my entire computing experience… but in Windows 7 and Vista there’s a serious limitation since you can’t run a script as Administrator by default. This means that your hotkeys can’t interact with windows running in Admin mod ...
windows-vista-update.net - windows-vista-update.net · 1 reference
|
|
AutoHotKey의 모든것
3 days ago
by 디케
AutoHotKey란? [프로그램 다운로드] - http://www.autohotkey.com/download/ Version 1.0.48.05 -- September 25, 2009 (see changelog) AutoHotkey Installer (1.95 MB): It is not necessary to uninstall your old version first. If you prefer not to run the installer, download this zip file instead. Source Code (C++) (1 ...
우린친구블로그 - urin79.com · Rank: 137,042
|
|
Run Program, Resize it, Relocate it
10 days ago
by Dan
My work often changes. I could be doing programming, then systems administration, then quality assurance. I often have to change from different toolset to toolset and I find it annoying sometimes having to rerun programs and moving them to the same locations. Then resizing. Eech. This is especially ...
ShinyLight Development - shinylight.com
|
|
AutoHotKey 1.048
10 days ago
by Baby Savant
AutoHotkey is a powerful utility for Windows. With it, you can: * Automate almost anything by sending keystrokes and mouse clicks. You can write a mouse or keyboard macro by hand or use the macro recorder. * Create hotkeys for keyboard, joystick, and mouse. Virtually any key, button, or combination ...
Divine Downloads - divine-downloads.com
|
|