KeyToChar

This commit is contained in:
ethan merchant 2024-02-03 01:24:14 -05:00
parent ecb00fad07
commit 57239a212b

View file

@ -208,6 +208,9 @@ public class Mono {
} },
};
public string KeyToChar(int index) {
return layouts[Layout.Colemak][index];
}
public void Init() {