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: Переназначить клавиши PageUP и PageDown 
Author Message
igor102



PostPosted: Wed Aug 19, 2009 13:31    Post subject: Reply with quote

Tol!k
А можно поподробней
я так понял надо:

1)Открыть блокнот

2)написать там:
Option Explicit
Dim TCS
Set TCS=CreateObject("TCSCRIPT.Helper")
TCS.Pause=100
'next string is for N_Lines_Down.vbs
TCS.SendKeystroke "{DOWN 7}"
'next string is for N_Lines_Up.vbs
'TCS.SendKeystroke "{UP 7}"
Set TCS = Nothing
WScript.Quit

3)Сохранить файл как N_Lines_Down.vbs & N_Lines_Up.vbs

А дальше что
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group