namespace Domain.Input { public class CedillaReader : InputReader { protected override int Key { get; } = 0xBF; //VK_OEM_2 | cedilla } }