KT Script

Build 1501 on 14/Nov/2017  This topic last edited on: 1/Mar/2013, at 15:52

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.

kt

Syntax

KT

param

description

Code

  <ShellCommand()> _

  Public Sub KT()

    Dim dlg As New KeyboardTest

    dlg.ShowDialog()

  End Sub