using Godot; using System; using Godot.Collections; public partial class KeyRemapping : Container { [Export] public Dictionary KeysDict { get; private set; } = new(); public override void _Ready() { var remap = GetNode("/root/Remap"); //InputEvent. } }