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