HoeKeyは便利なソフトですが、設定を変更はiniファイルを直接編集のためなかなか面倒
ということで設定が少しでも楽になるように・・・と思いましたがまだ未完成(一割ぐらい)
このページはHoekeyのhoekey.htmを弄って作成しています。なんか便利な使い方等あれば教えていただけると嬉しいです
初期設定では Win-Qキーを押すと設定画面が表示されます
設定を行う場合はEdit Configボタンをクリックしてください。メモ帳あたりが起動します
設定ファイルの書式:
Key=Function|Option1|Option2|Option3|Option4|Option5 ; Description
Key
ここでは使用するホットキーを設定します
Shift、Alt、Ctrlなどの修飾キー
~ = Winキー
_ = Shift
^ = Ctrl
@ = Alt
例)~W = windows-w, ^_G = ctrl-shift-g, あとはspecial keyとかあります
Function:Hoekeyで利用できる機能一覧
Create new window: Run, RunDialog, MsgBox,
Input, Apps
Existing window: Move, MoveRel, Center, AlwaysOnTop,
Hide, Unhide, UnhideAll, Show,
Editify, Kill
Do stuff: Keys, Volume, Wait,
Eject
Nerdy programmer: Msg, FocusMsg
HoeKey: Config, TrayIcon, HotKeys,
Reload, Rem
There are also Special commands, and multimedia messages.
例) ~_S=Run|cmd.exe|||%c ;カレントフォルダをコマンドプロンプトで開く ~K=Run|calc.exe ;Win+Kキー 電卓起動 ~N=Run|notepad.exe|3 ;Win+Nキー 最大化してメモ帳起動
例) _^R=RunDialog ;ファイル名を指定して実行ダイアログ起動 _^R=RunDialog|c:\ ;Cドライブにて以下略 _^R=RunDialog|%c ;カレントフォルダにて以下略
Startup=MsgBox|HoeKey loaded (ya hoe)
; Do a quick Google I'm Feeling Lucky search based on input: ~I=Input|Google search:|Moz tacular||%u = Run|"C:\good\MozillaFirebird\MozillaFirebird.exe""http://www.google.com/search?q=%u&btnI=I'm+Feeling+Lucky" ; Show Google results, based on last input: ~_I=Run|"C:\good\MozillaFirebird\MozillaFirebird.exe" "http://www.google.com/search?q=%u" ; google lucky
~F4=Apps ; show apps hidden by hoekey Hide command ~_F4=Apps|1 ; show all apps
~_V=Move||512|1|512|700 ; Move current window to right side of 1024x768 screen ~8=Move ; Center current window
~^V=MoveRel||50 ; Move current window right 50 pixels ~^8=MoveRel||||50|-50 ; Make current window 50 pixels wider and 50 pixels shorter
~^V=Center ; center current window vertically and horizontally ~^8=Center||1 ; center current window only vertically ~^9=Center||2 ; center current window only horizontally
~8=AlwaysOnTop
~4=Transparency ; make current window 70% visible ~4=Transparency|Notepad|30 ; make notepad 30% visible (mostly transparent)
~35=Hide
~36=Unhide
~H=UnhideAll
~S=Show|Winamp v1.x
~Y=Editify
~K=Kill
^~K=Keys|\x\d\h\h
_~7=Volume||70
~W=Run|c:\program files\Winamp\winamp.exe =Wait|1000 ; wait a second =Msg|Winamp v1.x|273|40045 ; play
~J=Eject ; eject first CD drive ~K=Eject|f: ; eject f: drive
~C=Msg|Winamp v1.x|273|40046 ; pause winamp ~33=Msg||274|61488 ; pgup = maximize current window ~34=Msg||274|61472 ; pgdn = minimize current window
~A=FocusMsg|Winamp v1.x|273|40188 ; about current winamp song ~W=FocusMsg|Winamp v1.x ; set focus to winamp
~Q=Config
例) Start=TrayIcon|1|タスクトレイにアイコンを表示します(この部分がtooltipに表示されます)
; Disable hotkeys, run notepad, re-enable hotkeys ~9=HotKeys|0| =Run|notepad.exe||1 =HotKeys||1
~R=Reload ; reload current config ~R=Reload|gaming.ini ; load different config ~R=Reload|tv.ini|1 ; add on other config
~F=Rem|Find Files ; Explorer binds this -=Rem|-- Winamp Functions -- ; Describe a section
Config=Run|hoekeyconfig.exe %i
Start=MsgBox|HoeKey Started sir!
Load=MsgBox|Config loaded.
|
Backspace Tab Enter Esc Space Page Up Page Down End Home Left Up Right Down Insert Delete |
Num 0 Num 1 Num 2 Num 3 Num 4 Num 5 Num 6 Num 7 Num 8 Num 9 Num / Num * Num + Num - Num Del |
F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 |
Num Lock Application Right Windows Left Windows Caps Lock |
| Function | lParam | Example |
| BROWSER_BACKWARD | 65536 | |
| BROWSER_FORWARD | 131072 | |
| BROWSER_REFRESH | 196608 | |
| BROWSER_STOP | 262144 | |
| BROWSER_SEARCH | 327680 | |
| BROWSER_FAVORITES | 393216 | |
| BROWSER_HOME | 458752 | |
| VOLUME_MUTE | 524288 | |
| VOLUME_DOWN | 589824 | |
| VOLUME_UP | 655360 | |
| MEDIA_NEXTTRACK | 720896 | |
| MEDIA_PREVIOUSTRACK | 786432 | |
| MEDIA_STOP | 851968 | ~x=Msg|WMPlayerApp|793|0|851968 ; Stop WMP |
| MEDIA_PLAY_PAUSE | 917504 | ~c=Msg|WMPlayerApp|793|0|917504 ; Pause WMP |
| LAUNCH_MAIL | 983040 | |
| LAUNCH_MEDIA_SELECT | 1048576 | |
| LAUNCH_APP1 | 1114112 | |
| LAUNCH_APP2 | 1179648 | |
| BASS_DOWN | 1245184 | |
| BASS_BOOST | 1310720 | |
| BASS_UP | 1376256 | |
| TREBLE_DOWN | 1441792 | |
| TREBLE_UP | 1507328 | |
| MICROPHONE_VOLUME_MUTE | 1572864 | |
| MICROPHONE_VOLUME_DOWN | 1638400 | |
| MICROPHONE_VOLUME_UP | 1703936 | |
| HELP | 1769472 | |
| FIND | 1835008 | |
| NEW | 1900544 | |
| OPEN | 1966080 | |
| CLOSE | 2031616 | |
| SAVE | 2097152 | |
| 2162688 | ||
| UNDO | 2228224 | |
| REDO | 2293760 | |
| COPY | 2359296 | |
| CUT | 2424832 | |
| PASTE | 2490368 | |
| REPLY_TO_MAIL | 2555904 | |
| FORWARD_MAIL | 2621440 | |
| SEND_MAIL | 2686976 | |
| SPELL_CHECK | 2752512 | |
| DICTATE_OR_COMMAND_CONTROL_TOGGLE | 2818048 | |
| MIC_ON_OFF_TOGGLE | 2883584 | |
| CORRECTION_LIST | 2949120 | |
| MEDIA_PLAY | 3014656 | |
| MEDIA_PAUSE | 3080192 | |
| MEDIA_RECORD | 3145728 | |
| MEDIA_FAST_FORWARD | 3211264 | ~v=Msg|WMPlayerApp|793|0|3211264 ; Fast Forward WMP |
| MEDIA_REWIND | 3276800 | ~z=Msg|WMPlayerApp|793|0|3276800 ; Rewind WMP |
| MEDIA_CHANNEL_UP | 3342336 | |
| MEDIA_CHANNEL_DOWN | 3407872 |