Returns the Meta KeyboardEvent boolean instance value.
static getMetaKeyValue(code: KeyCode, e: KeyboardEvent): boolean;
code
The KeyCode for the event, being the meta key on mac.
e
The browser's Keyboard event.
true if a Ctrl KeyboardEvent value is returned in the browser's Keyboard event, false otherwise.
The Meta key in Mac is equivalent to the Ctrl key in other operating systems.
If the operating system is non-Mac and ctrl is true, this method returns the meta code as true. This would be used for ease of use so that keybindings do not have to be setup for each operating system.
Leadtools.Document.Editor Namespace
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document