パワポでAlt+マウスホイール上下でページ間移動
v2
code: alt_wheel_powerpoint_page_switch.ahk
;-----------------------------------------------------------------------------
; パワポで_Alt_+マウスホイール上下でページ間移動 #HotIf WinActive("ahk_class PPTFrameClass") !WheelUp::Send "{PgUp}"
!WheelDown::Send "{PgDn}"
v1
作るのやめ。
その代わりv2をコンパイルしたexeをアップロード