Launcher Ver.1.00 2012/10/10
The direction of ↓ has explanation of Japanese. 日本語の説明は↓の方にあります。
●Summary
【Software Name】Launcher.ahk
【Category】Utility
【License】GPL
【The author】 Shirubadappuru
【Download URL 】http://code.google.com/p/mousegesturel/
【Contact】 http://www.autohotkey.com/community/viewtopic.php?f=13&t=83057
--------------------------------------------------------------------------------------------
●Extended contents
Launcher
It is an example in the case of assigning right button length aggressiveness.
Since he is trying for the 1st line not to display a context menu at the time of the Ramcha call, a right button double click cannot be set up.
[RB__]
G=RB__
Default=if((MG_Executed=1)){【TAB】【TAB】if (A_TimeSincePriorHotkey<300){【TAB】;Msgbox,%A_TimeSincePriorHotkey%【TAB】;;Click the short-time behavior【TAB】Send,{RButton}【TAB】}else{【TAB】;Describes the behavior of the click when press and hold【TAB】SetTitleMatchMode, 3【TAB】Tooltip, Launcher【TAB】IfWinExist, ahk_class CabinetWClass【TAB】{【TAB】WinClose ,ahk_class CabinetWClass, , 0【TAB】}【TAB】IfWinExist,Launcher ahk_class AutoHotkeyGUI【TAB】{【TAB】WinActivate,Launcher ahk_class AutoHotkeyGUI【TAB】}else{【TAB】Run,C:~\Launcher.ahk 【TAB】}【TAB】Sleep,200【TAB】Tooltip【TAB】}【TAB】}
--------------------------------------------------------------------------------------------
●Preparation
Please put Launcher.ahk on a suitable folder.
--------------------------------------------------------------------------------------------
●Environment where it operates
This script operates as a script of AutoHotkeyL.
--------------------------------------------------------------------------------------------
●Usage
○Please use editing a script.
--------------------------------------------------------------------------------------------
●Source
○The gui display obtained the following advice.
AutoHotkey スレッド part14
989 :名無しさん@お腹いっぱい。 [↓] :2012/10/11(木) 00:26:01.20 ID:qYCsXWrZ0 [PC]
--------------------------------------------------------------------------------------------
●Update
2012/07/27 V0.01
It creates by a button formula.
2012/07/29 V0.02
It changes into nine items per page.
2012/08/02 V0.03
It changes into a picture type.
It changes so that the last tab may be opened.
2012/08/03 V0.04
Effect of Pressing the button to add a picture
2012/10/10 V1.00
In order to call early, plug-in form is changed into the script
which stopped and became independent.
--------------------------------------------------------------------------------------------
●Contact
Questions
AutoHotkey Community Forum
To please..
<!-- l --><a class="postlink-local" href="http://www.autohotkey.com/community/viewtopic.php?t=83057">viewtopic.php?t=83057</a><!-- l -->
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
●概要
【ソフト名 】Launcher.ahk
【ソフト種別】ユーティリティ
【ライセンス】GPL
【著 作 者 】Shirubadappuru
【配布先URL 】http://code.google.com/p/mousegesturel/
【連 絡 先 】http://www.autohotkey.com/community/viewtopic.php?f=13&t=83057
--------------------------------------------------------------------------------------------
●拡張内容
Launcher
右ボタン長押しに割り当てる場合の例です。1行目はランチャ呼び出しの時コンテキストメニューを表示させないようにしているので右ボタンダブルクリックは設定出来ません。
[RB__]
G=RB__
Default=if((MG_Executed=1)){【TAB】;クリックが1回のみだった場合の動作【TAB】if (A_TimeSincePriorHotkey<300){【TAB】;Msgbox,%A_TimeSincePriorHotkey%【TAB】;短クリック時の動作【TAB】Send,{RButton}【TAB】}else{【TAB】;長押し時の動作【TAB】SetTitleMatchMode, 3【TAB】Tooltip, Launcher【TAB】IfWinExist, ahk_class CabinetWClass【TAB】{【TAB】WinClose ,ahk_class CabinetWClass, , 0【TAB】}【TAB】IfWinExist,Launcher ahk_class AutoHotkeyGUI【TAB】{【TAB】WinActivate,Launcher ahk_class AutoHotkeyGUI【TAB】}else{【TAB】Run,C:~\Launcher.ahk 【TAB】}【TAB】Sleep,200【TAB】Tooltip【TAB】}【TAB】}
--------------------------------------------------------------------------------------------
●準備作業
適当なフォルダに
Launcher.ahkを置いてください。
--------------------------------------------------------------------------------------------
●動作環境
このスクリプトはAutoHotkeyLのスクリプトとして動作します。
--------------------------------------------------------------------------------------------
●使い方
○スクリプトを編集して使ってください。
--------------------------------------------------------------------------------------------
●出典
○gui表示は下記の助言を頂きました。
AutoHotkey スレッド part14
989 :名無しさん@お腹いっぱい。 [↓] :2012/10/11(木) 00:26:01.20 ID:qYCsXWrZ0 [PC]
--------------------------------------------------------------------------------------------
●更新履歴
2012/07/27 V0.01
ボタン式で作成
2012/07/29 V0.02
1面9アイテムに変更
2012/08/02 V0.03
画像式に変更
前回のタブを開くよう変更
2012/08/03 V0.04
画像にボタン押す効果を追加
2012/10/10 V1.00
呼び出しを早くするためプラグイン形式をやめ独立したスクリプトに変更
--------------------------------------------------------------------------------------------
●質問・要望
質問・要望等は下記のサイト宛お願いします。
AutoHotkey Community Forum
<!-- l --><a class="postlink-local" href="http://www.autohotkey.com/community/viewtopic.php?t=83057">viewtopic.php?t=83057</a><!-- l -->
--------------------------------------------------------------------------------------------