Blogs1 - 10 of 201 recent posts for tag:AutoHotkey
17
Dec
2009
AHK IMG Convertor – 转换图片只需发送到 | 小众软件 > AutoHotKey

14 hours ago by sfufoet

在 @ terryxxy 的强烈要求下,@ sfufoet 我这几天终于把一年多前用 AHK 写的小软件 Send To Image Converter – 集成到发送到的图片转换 更新了一下。有时候上传图片,网站出现需要“只能上传 jpg 格式”的提示时,不用满世界找转换图片格式的软件,也不用去打开画图或者 PS,只需要右键图片,选择“AHK IMG Convertor”。 由于上一版不支持 Vista 和 Win7,因为它们的发送到菜单不支持层叠的子菜单,此次做了以下修改: 增加转换后文件位置,默认是 .\Convert ,就是会在图片所在文件夹下新建一个 Convert 文件夹。留空则表 ...

小众软件 - appinn.com · Rank: 5,208 · 388 references

15
Dec
2009
TypingAid – Auto Complete Text Utility For Windows

2 days ago by EMDMA

TypingAid might sound like a tool which help beginners learn how to type, but actually it is a portable auto-completion tool which help writers/bloggers/copywriters/authors/developers increase productivity and reduce RSI(Repetitive strain injury). It is an int ...

EMDMA - emdma.com · 1 reference

14
Dec
2009
キーボードからマウスポインタを動かす

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

10
Dec
2009
How to do a bulk “unstar all” in Google Reader

6 days ago by Chris Barnes

Google Reader allows you to star articles to read later, which is handy. However, I’ve been happily starring away items since I’ve started using Reader, and have built up quite a backlog. On the advice of a friend who was horrified by this, I decided to unstar all items before a certain date. Surpri ...

Chris: Geek Guy - chris.gg · 1 reference

07
Dec
2009
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

06
Dec
2009
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

05
Dec
2009
Automatiza lo que haces con el ratón

12 days ago by laurarivero

Escribir de manera veloz es una necesidad para muchos de nosotros ya que nuestro trabajo depende en gran medida de esta condición. Entonces, si lo que buscas es alcanzar una gran velocidad a la hora de tipear, AutoHotKey te ofrece una excelente alternativa. Este programa es gratuito, fácil de utiliz ...

tecnologia gratis - tecnologiagratis.com

Previous1234567