Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: Аналог Tab wheel scroll (аддон для Fx) 
Author Message
mf-zl



PostPosted: Thu Oct 08, 2009 01:50    Post subject: Reply with quote

Exclamation ВАРНИНГ АЛЬФА ВЕРСИЯ !!!

Code:
; AutoHotkey script
; www.autohotkey.com

#SingleInstance force

#IfWinActive ahk_class TTOTAL_CMD

WheelUp::
WheelDown::
  MouseGetPos,,,, ControlClass
  ; Странно но у меня ( ahk 1.0.48.05 + tc 7.50a )
  ; таб контрол определяется как TMyPanel вместо TMyTabControl
  ; раскоментируйте эту строку и закомментируйте следующую если не будет работать
  ; If RegExMatch(ControlClass, "TMyTabControl[12]")
  If RegExMatch(ControlClass, "TMyPanel[47]")
    Send, % "^" (A_ThisHotkey = "WheelDown" ? "+" : "") "{TAB}"
  Else, Send, % "{" A_ThisHotkey "}"
Return



Дальше сами мну уехал xD
View user's profile Send private message Visit poster's website


Powered by phpBB © 2001, 2005 phpBB Group