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