; ; AutoHotkey Version: 1.x ; Language: English ; Platform: Win9x/NT ; Author: A.N.Other ; ; Script Function: ; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder) ; #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. SetTitleMatchMode,2 ^Numpad0:: IfWinExist, [Running] - Oracle VM VirtualBox { WinActivate ;WinRestore Send {; down} Sleep 1 Send {RCtrl Down} Sleep 1 Send {; up} Sleep 1 Send {RCtrl Up} } return ^Numpad1:: IfWinExist, [Running] - Oracle VM VirtualBox { WinActivate ;WinRestore Send {; down} Sleep 1 Send {; up} Sleep 1 Send {RCtrl Down} Sleep 1 Send {RCtrl Up} } return

AltStyle によって変換されたページ (->オリジナル) /