using System.Collections.Generic; using System.Linq; namespace Domain.Input { public class AObertaReader : InputReader { public AObertaReader(KeyHistory history) : base(history, new List{ (int)VKeyCode.AccentOpen, (int)VKeyCode.A }, (int)VKeyCode.Shift, false) { } } }