1 2 3 4
namespace Ryujinx.Common.Configuration.Hid.Keyboard { public class StandardKeyboardInputConfig : GenericKeyboardInputConfig<Key> { } }