AutoHotkey

since 2012-06-06

AutoHotkey は Windows 用のフリーソフト。ライセンスはGPL。

MacBook の BootCamp 環境で Lion と同じ「ナチュラルスクロール」を実現するのに使える。

http://www.howtogeek.com/57542/how-to-get-the-worst-os-x-lion-feature-in-windows-reverse-scrolling/

http://www.autohotkey.com/

[ReverseScroll.ahk]

#MaxHotkeysPerInterval 200

WheelUp::
Send {WheelDown}
Return

WheelDown::
Send {WheelUp}
Return

MaxHotkeysPerInterval をつけないとスクロールするたびに警告が出る。

http://sites.google.com/site/autohotkeyjp/reference/commands/-MaxHotkeysPerInterval

起動時に有効にするには?

"C:\Users\nishimotz\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" に ahk ファイルを置いてみた。

autohotkey.txt · 最終更新: 2012/06/06 11:22 by Takuya Nishimoto
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0