Tablacus ExplorerでAlt+マウスホイール上下でCtrl+Alt+PgUp/PgDn
from AHKスクリプト
v2
code: alt_wheel_tablacus_crtl+Alt+PgUpDn.ahk
#Requires AutoHotkey v2.0
#SingleInstance Force
;-----------------------------------------------------------------------------
; TablacusExplorerで_Alt_+マウスホイール上下で_Ctrl_+_Alt_+_PgUp_/_PgDn_
#HotIf WinActive("ahk_class TablacusExplorer")
!WheelUp::Send "{Ctrl Down}{Alt Down}{PgUp}{Alt Up}{Ctrl Up}"
!WheelDown::Send "{Ctrl Down}{Alt Down}{PgDn}{Alt Up}{Ctrl Up}"
v1
作るのやめ。
その代わりv2をコンパイルしたexeをアップロード
alt_wheel_tablacus_crtl+Alt+PgUpDn.exe