Blogs1 - 10 of 107 recent posts for tag:AutoHotkey
07
Jan
2009
Опять clen

19 hours ago by voidbent

В вчерашнюю версию clen затисался странный баг, сообщение об ошибке на старте приложения. В новой версии он пофикшен.

Рассуждения о ... - voidbent.livejournal.com · 2 references

06
Jan
2009
Right-Click to QuickArchive in Outlook

1 day ago by Seth

The following AutoHotkey code makes right-clicking a shortcut for QuickArchiving in Outlook, but (helpfully) only if a message is being right-clicked. Otherwise, there is normal right-clicking behavior. #IfWinActive ahk_class rctrl_renwnd32 RButton:: MouseGetPos, , , , pane If pane = SUPERGRID1 Send ...

Windows Tips and Fixes - windowstipsandfixes.blogspot.com · 1 reference

05
Jan
2009
Clipboard Enhanced v0.7 RC1

1 day ago by voidbent

Я проапгрейдил свой Clipboard Enhanced (clen). Основные изменения: 1. Теперь clen доступен в виде exe файла, которому не требуется инсталяция. Версия clen в виде AutoHotkey скрипта, который можно смержить с другими скриптами осталась доступна. 2. Из-за бага с Win клавишами в AutoHotkey пришлось пере ...

Рассуждения о ... - voidbent.livejournal.com · 2 references

31
Dec
2008
SQLiteModule

7 days ago by aikon

公開 「SQLiteModule version1.0 - AutoHotkeyを流行らせるアップローダ」 直リンク大丈夫だろうか 問題あったらリンク消します ここで訂正 readme.txtだとSample.ahkになってるけど DBTest.ahkの間違いでした (名前変えるの忘れてた)

63Blog - 63blog.blogspot.com · Rank: 118,853 · 2 references

Something to help make Windows suck less

7 days ago by Geoff

Here's a program that helps Windows suck less: AutoHotKey, which is basically a scripting language/interpreter for intercepting keystrokes and acting on them. It allowed me to write the following, which is the "Clipboard Swap" command I thought would be occasionally useful. (Clipboard Swap: It copie ...

Talons and Claws are fun! - emeraldimp.blogspot.com

29
Dec
2008
Keyboard short cuts in Chrome

8 days ago by Hush

I am a total keyboard person. I would not even touch the mouse unless I really have to. This was one reason why I was trying hard to find how to setup some keyboard shortcuts for Chrome and I came across this post. This is how I found out about AutoHotkey. AutoHotkey is an open source software that ...

Ijaar - ijaar.com · Rank: 24,411 · 2 references

QuickArchive: More About Gmail-like Archive in Outlook

9 days ago by Seth

Expanding upon this earlier post, I started using AutoHotkey so that Shift Right-Clicking a message in Outlook archives it and Ctrl Right-Clicking deletes it. To do so, I changed the toolbar name for the ArchiveSelected macro to "&QuickArchive" (without quotes). An ampersand in a toolbar item name u ...

Windows Tips and Fixes - windowstipsandfixes.blogspot.com · 1 reference

28
Dec
2008
[AutoHotKey]更好用的 Hotkey Control

10 days ago by sfufoet

AHK 默认的热键控件是不能判断 Winkey 还有其他一些按键的。不记得在哪个软件里看到一个可以直接按下 Win + * 的热键控件(效果如图)。找了好久,终于在 AutoHotKey 官方论坛 找到 custom hotkey control for ahk。 原版本对辅助按键的判断是分左右的,比如 RCtrl 和 LCtrl,我觉得完全没有必要,去掉了。并增加了函数 GetHotkeyName。它的作用请看例子。 例如: Hotkey=^C Hotkey:=GetHotkeyName(Hotkey) 经过这个函数处理后,Hotkey 的值就变成 Ctrl + C 以后需要写快捷键的修改界 ...

sfufoet's blog - blog.loland.net · Rank: 17,183 · 5 references

5 Ways To Prevent RSI

10 days ago by meghna

Computers have become an indispensable part of life for most of us, whether we like it or not. While their benefits in terms of efficiency and convenience are undeniable, so is their impact on humanity almost as great as the discovery of fire and wheel. But like everything else in this world, they c ...

Keyboard & Mouse Automation - cedeq.com/blog/automation

27
Dec
2008
小众文字计数器

11 days ago by sfufoet

看到 Maoz 在 小众客栈的求助: 问题:我习惯用 evernote 写东西,这样在多台电脑和手机上都能同步,但很苦恼的一个事情就是有些材料有字数要求,evernote 却没有字数统计功能,每次我都新建一个 word 然后粘贴过去然后再 alt + t,w 一下,很麻烦。 我需要:字数统计小软件,选中某段文本的时候可以显示字数以及字符数。 就用 AHK 帮 她写了个英文单词数的计数器,因为她只需要计算英文单词数。 scavin 用了之后觉得不错,要我完善下,折腾中文计数。然后就我就写了这个 小众计数器。 用法很简单:在任意地方选中需要计数的文字,然后按下快捷键(默认快捷键是 F12)。统计结 ...

小众软件 - appinn.com · Rank: 2,552 · 194 references

Previous1234567