Represents keyboard keys that send unicode-character codes as input.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
SyntaxC#
Copy Code
|
|---|
public sealed class UnicodeKey : Key |
Visual Basic
Copy Code
|
|---|
Public NotInheritable Class UnicodeKey |
ExampleUnlike RegularKey which relies on key-code to character mapping done by the operating system and depends on Windows' current keyboard language, UnicodeKey sends specified Unicode character directly and is independent from current language.
Inheritance HierarchySystem.Object![]()
MindFusion.UI.Wpf.Key
MindFusion.UI.Wpf.UnicodeKey
See Also