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