ActivateAll()

This command will bring all DAoC windows to the foreground incase they are hidden by other windows.

$KEY::ActivateAll()

Examples with different keys:


Using Function Key
$F1::ActivateAll()

Using Letters
$a::ActivateAll()

Using Numbers
$1::ActivateAll()

Using Alt 1
$!1::ActivateAll()

Using Ctrl 1
$^1::ActivateAll()

Using Shift 1
$+1::ActivateAll()
Back To Top