Сергей Шакиров |
Включите в свою пpогpамму стpоку:
uses ReBoot;
и на все вpемя выполнения пpогpаммы Ctrl-Alt-Del не будет pаботать
|
06.04.1994
1k |
|
Виктор Вагнер |
Кaк пpaвильно зaменить обpaботчик пpеpывaний клaвиaтуpы нa PC
|
22.11.1996
2k |
|
Андрей Горянкин |
A simple File to Keyboard transfer program
|
28.05.1994
1k |
|
Виктор Вагнер |
Как имитировать нажатие клавиш и определить,
какие клавиши нажаты, но еще не отущены.
|
19.09.1994
1k |
|
Дмитрий Карасик |
Модуль обработки одновременного нажатия нескольких кнопок.
Keyboard input handling without BIOS.
|
18.12.1995
1k |
|
Victor Ostashev |
Модуль для работы с клавиатурой
(c) Viktor Ostashev
|
04.02.1996
1k |
|
Виктор Вагнер |
Как имитировать последовательное нажатие нескольких клавиш
|
16.02.1994
1k |
|
Kim Kokkonen |
This unit activates the IBM enhanced keyboard
for machines that have one, and simulates an enhanced keyboard
for machines that don't. The enhanced scan codes will be returned
by all normal calls which read the keyboard, e.g, ReadKey (from CRT),
ReadKeyWord (from TPCRT and supplied here), and even when
DOS reads from the keyboard. This unit should be USEd early in a program's
USES list. There are no procedures to call here -- operation is completely
transparent to the program.
|
16.11.1990
7k |
|
Ron Schuster |
HOTMOD is a program that allows you to reassign the hot keys
in the Integrated Development Environment of Turbo Pascal 6.0.
|
19.03.1991
5k |
|
Ruslan Fazliev |
Этот модуль полностью перехватывает на себя управление клавиатурой.
Позволяет отслеживать одновременное нажатие сразу нескольких клавиш.
Например, в демо примере выход осуществляется по одновременному
начатию сразу шести клавиш -QWERTY
|
15.01.1997
3k |
|
Ronny Wester |
Unit to check up/down status of individual key flags.
As most of this code is scancode-dependent some keys
may not be where they "should" on your keyboard.
|
17.06.1994
2k |
|
Lavi Tidhar |
TP-BUFFER v1.1. Pascal source to use the keyboard buffer.
Read char WITHOUT wait; Read SCAN CODE from buffer;
ERASE buffer; Full documentation, Public domain software
|
30.06.1993
2k |
|
Tom Swingle |
Turbo Pascal E-Z keyboard interface unit;
contains a greatly enhanced readkey function (getkey),
error-free numeric input routines for inputting signed
and unsigned integers and real numbers (readint,
readno, and readreal), string input procedures with line editing
and the ability to limit input width (readstr and editstr),
and many handy miscellaneous routines.
Does not use the CRT unit; requires a compatible BIOS.
|
08.07.1991
19k |
|
Alex Frounze |
Модуль для профессиональной работы с клавиатурой
быстрый ввод, чтение флагов состояния клавиатуры, кодов и скан-кодов,
клавиш, нажатых одновременно). Модули + примеры.
|
15.11.1998
6k |
|