Sunday, June 5, 2011

HP17 aHK

F10::Volume_Up
F9::Volume_Down

;send space for vlc player. for 5 in numpad wher numpad is off
NumpadClear::
{
If WinActive("ahk_class QWidget")
{
Send {Space}
return
}
}

/*
SC15D::
{
Send {PgUp}
return
}
return
*/

SC15D & RIGHT::Send #{RIGHT}
SC15D & LEFT::Send #{LEFT}

!x::Send {Up 10}
!,::Send {Up 10}
!.::Send {Up 10}

No comments: