KeyTrac zeichnet nur die relative Halte- und Suchzeit sowie den KeyCode für eine Taste auf.
KeyTrac only records the relative dwell and flight time and the keycode of each key while you're typing in a textbox.
der KeyCode ist für alle JDTricks 2000 Versionen gleich, sie benötigen keinen Neuen!
The keycode is for all JDTricks 2000 version equal, they do not need New!
Nach der Testphase muss ich euch leider bitten, einen Keycode zu erwerben.
After the trial period, I have to beg you to purchase a key code.
Hole Dir hier Deinen Keycode und bezahle so viel Du willst, wenn Du uns wieder verlässt.
Get your key code and pay as you wish when leaving.
KeyCode ergibt den Zeichencode der zuletzt gedrückten Taste auf der Tastatur.
KeyCode is set to the character code of the key that was just pressed.
Die Abfrage des KeyCode ist hier wichtig, da auch der Schritt mit der Tabulatortaste auf das Auswahlfeld natürlich das Makro auslöst.
It is important to check the KeyCode because hitting the tab key to move to another field will naturally also launch the macro.
Sie können verhindern, dass ein Objekt eine Tastatureingabe empfängt, indem Sie KeyCode auf 0 festlegen.
You can prevent an object from receiving a keystroke by setting KeyCode to 0.
Der KeyCode für die Tabulatortaste liegt allerdings bei 1282, so dass der weitere Code der Prozedur hier nicht ausgeführt wird.
The KeyCode for the tab key is 1282, so any further code in the macro will not be executed.
KeyCode Ein Long -Wert, der den Tastencode der gedrückten bzw. losgelassenen Taste repräsentiert.
KeyCode A Long that represents the key code of the key that was pressed or released.
Der KeyCode für die Returntaste ist 1280, der für die Leertaste ist 1284.
The KeyCode for the Return key is 1280, the one for the space is 1284.
KeyCode und KeyChar für diese Taste sind jeweils 9.
'Key code' and 'Key char' for the [Tab] key are both 9.
event code , KeyCode -Eigenschaftswert, KeyButtonState -Eigenschaftswert, KeyAscii -Eigenschaftswert, Window.Caption
event code; KeyCode property value; KeyButtonState property value; KeyAscii property value; Window.Caption
Mit den Systemvariablen-MouseDown, KeyCode, Modifiers, MouseX, MouseY und MouseProc können Sie zwischen nachfolgenden Ereignissen unterscheiden.
In the event-handling method, you can read the following system variables-MouseDown, KeyCode, Modifiers, MouseX, MouseY and MouseProc.