Description
Displays the keyboard test dialog - that returns you VB.Net codes of pressed keys.
Execute it from the script editor in Ted, selecting CustomTed4WindowAddIn in the Context.
The pressed key code appears in the title bar.
Syntax
KT |
param
description
Code
<ShellCommand()> _
Public Sub KT()
Dim dlg As New KeyboardTest
dlg.ShowDialog()
End Sub