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 

Ноутбук. Hotkey с клавишей Fn
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Total Commander Forum Index -> Программное обеспечение printer-friendly view
View previous topic :: View next topic  
Author Message
Vovka



Joined: 26 Jun 2006
Posts: 11

Post (Separately) Posted: Fri Sep 01, 2006 15:55    Post subject: Reply with quote

funduk wrote:
Попробуй ещё Powerpro или Autohotkey или AutoIt.

Мне нужна не программа, а функция... Читай первый пост.
Back to top
View user's profile Send private message
Vovka



Joined: 26 Jun 2006
Posts: 11

Post (Separately) Posted: Fri Sep 01, 2006 15:58    Post subject: Reply with quote

StrangeRRor wrote:
Может быть WireKeys?

Насколько я понял это опять программа... а мне нужен код...
Back to top
View user's profile Send private message
StrangeRRor



Joined: 15 Jul 2006
Posts: 214

Post (Separately) Posted: Fri Sep 01, 2006 16:45    Post subject: Reply with quote

Нашел вот это:
Quote:
Q:> 2.4.5 Как читать клавиши курсора, F1-F12 и т.д.?

A:> Эти клавиши кодируются двумя байтами: #0 +<код>
Есть таблицы для всех этих символов, но можно обойтись и без них
Откомпилите эту программку и будете знать коды любых клавиш =)

uses Crt;
var
Key: char;
Begin
while true do Begin
Key:=readkey;
case Key of
#0: WriteLN('#0 + #', ord(readkey));
#27: Begin WriteLN('#27 - Esc pressed.'); Halt; End;
Else WriteLN(ord(key))
End;
End;
End.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Total Commander Forum Index -> Программное обеспечение All times are GMT + 4 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group