(09-12-2013, 03:33 AM)wilco_sg Wrote: Hi, I need a mod to change the keyboard behavior. There is a setting in the BIOS, Hotkeys Mode:
╔════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗ ║ FormSet: 'Boot' GUID: a04a27f4-df00-4d42-b552-39511302113d ║ ╟────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢ ║ VarStore Id: '0x1234', Size: '900', Name: 'SystemConfig' GUID: a04a27f4-df00-4d42-b552-39511302113d ║ ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝ EFI_IFR_VARSTORE_EFI_OP typedef struct _EFI_IFR_VARSTORE_EFI { EFI_IFR_OP_HEADER Header; EFI_VARSTORE_ID VarStoreId; EFI_GUID Guid; UINT32 Attributes; UINT16 Size; UINT8 Name[1]; } EFI_IFR_VARSTORE_EFI;