OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Functions | |
STATIC VOID | AIKTranslateModifiers (IN AMI_EFI_KEY_DATA *KeyData, OUT APPLE_MODIFIER_MAP *Modifiers) |
STATIC VOID | AIKTranslateNumpad (IN OUT UINT8 *UsbKey, IN EFI_KEY EfiKey) |
VOID | AIKTranslateConfigure (IN BOOLEAN KeySwap) |
VOID | AIKTranslate (IN AMI_EFI_KEY_DATA *KeyData, OUT APPLE_MODIFIER_MAP *Modifiers, OUT APPLE_KEY_CODE *Key) |
Variables | |
STATIC APPLE_MODIFIER_MAP | mModifierRemap [AIK_MODIFIER_MAX] |
Key translator
Copyright (c) 2018, vit9696. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file AIKTranslate.c.
VOID AIKTranslate | ( | IN AMI_EFI_KEY_DATA * | KeyData, |
OUT APPLE_MODIFIER_MAP * | Modifiers, | ||
OUT APPLE_KEY_CODE * | Key ) |
Definition at line 167 of file AIKTranslate.c.
VOID AIKTranslateConfigure | ( | IN BOOLEAN | KeySwap | ) |
Definition at line 132 of file AIKTranslate.c.
STATIC VOID AIKTranslateModifiers | ( | IN AMI_EFI_KEY_DATA * | KeyData, |
OUT APPLE_MODIFIER_MAP * | Modifiers ) |
Definition at line 24 of file AIKTranslate.c.
STATIC VOID AIKTranslateNumpad | ( | IN OUT UINT8 * | UsbKey, |
IN EFI_KEY | EfiKey ) |
Definition at line 90 of file AIKTranslate.c.
STATIC APPLE_MODIFIER_MAP mModifierRemap[AIK_MODIFIER_MAX] |
Definition at line 20 of file AIKTranslate.c.