rmn, у меня такой кусочек есть, каждый день использую:
Код:
#IfWinActive, AutoCAD
`::^1
Tab::^Tab
XButton1::Del
<^XButton1::Send u {}
+XButton1::Send explode {}
XButton2 Up::Send {Esc}
<^XButton2::Send copy {}
+XButton2::Send move {}
>^XButton2::Send rotate {}
XButton2 & F::Send {Up}
XButton2 & D::Send {Down}
XButton2 & R::Send p {}
XButton2 & W::Send ucs {}
XButton2 & Q::Send ucs ob {}
!F3::Send dist {}
>^F3::Send m2p {}
<^F3::Send nea {}
+F3::Send from {}
LControl & WheelUp::Send extend {}
LControl & WheelDown::Send trim {}
Alt & WheelUp::
Loop 7
Send {WheelUp}
return
Alt & WheelDown::
Loop 6
Send {WheelDown}
return
LShift & WheelUp::Send mirror {}
LShift & WheelDown::Send stretch {}
#IfWinActive