namespace Ryujinx.Common.Configuration.Hid
{
public struct KeyboardHotkeys
public Key ToggleVsync { get; set; }
public Key Screenshot { get; set; }
public Key ShowUi { get; set; }
public Key Pause { get; set; }
public Key ToggleMute { get; set; }
}