Element: efbuttons
Key definition for keys directly connected to EF flags
child element | attribute | value | description |
---|---|---|---|
efX | in, mod, type | ASCII code | Keyboard ASCII code for a key defined to EFX (where X is EF flag 1 to 4). When using mod="modifier" a modifier key (modifier can be shift, control, alt, altgr, meta (on windows), command (on macOS)) is defined to EFX. When using type="reset" in="Y", EFX will not be reset on key up but instead on INP Y (used for COIN in COINARCADE). |
keydef | key | ef flags (seperated by comma) | Attribute key defines the keyboard ASCII code for a key defined to all specified EF flags. E.g. <keydef key="27">2,3</keydef> Defines the ESC key to both EF2 and EF3. |
pressed | 0 or 1 | Set value EFX will have when a key is pressed (0 or 1) |