SocketTools .NET Edition

Terminal.DisplayKeyMap Class

The class used to return the escape sequences mapped to special keys.

For a list of all members of this type, see Terminal.DisplayKeyMap Members.

System.Object
   SocketTools.Terminal.DisplayKeyMap

[Visual Basic]
<DefaultMember(MemberName:="Item")>
Public Class Terminal.DisplayKeyMap
[C#]
[DefaultMember(MemberName="Item")]
public class Terminal.DisplayKeyMap

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The DisplayKeyMap class returns information about the keymap used by the virtual display. A read-only instance of this class is created by the Terminal class constructor and accessed using the KeyMap property.

Requirements

Namespace: SocketTools

Assembly: SocketTools.Terminal (in SocketTools.Terminal.dll)

See Also

Terminal.DisplayKeyMap Members | SocketTools Namespace