using System.Collections.Generic; using System.Linq; namespace Domain.Input { public class IDieresiReader : InputReader { public IDieresiReader(KeyHistory history) : base(history, new List{ (int)VKeyCode.AccentClosed, (int)VKeyCode.I }, (int)VKeyCode.Shift, true) { } } }