どこでも使う機能を1ファイルにコンパイルする
from AHKスクリプト
v2
code:my_ahk_apps.ahk
#Requires AutoHotkey v2.0
#SingleInstance Force
;-----------------------------------------------------------------------------
; ここから各AHKスクリプトをまとめる
#HotIf
#Include "%A_ScriptDir%"
#HotIf
#include "mouse_and_close.ahk"
#HotIf
#include "mouse_on_active_window.ahk"
#HotIf
#include "activate_window.ahk"
#HotIf
#include "task_switch.ahk"
#HotIf
#include "shift-key_and_mouse-wheel.ahk"
#HotIf
#include "volume_control.ahk"
#HotIf
#include "alt_wheel_exel_sheet_switch.ahk"
#HotIf
#include "alt_wheel_browser_tab_switch.ahk"
#HotIf
#include "alt_wheel_powerpoint_page_switch.ahk"
#HotIf
#include "alt_wheel_word_page_switch.ahk"
#HotIf
#include "alt_wheel_acrobatreader_page_switch.ahk"
#HotIf
#include "alt_wheel_tablacus_crtl+Alt+PgUpDn.ahk"
#HotIf
#include "alt_wheel_others_ctrl+page.ahk"
#HotIf
#include "win_wheel_change_window_size.ahk"
#HotIf
#include "win_xbutton_change_window_position.ahk"
#HotIf
v1
作るのやめ。
その代わりv2をコンパイルしたexeをアップロード
my_ahk_apps.exe
my_ahk_apps.exe(Win+クリック等を搭載しているほう)