KeyToChar
This commit is contained in:
parent
ecb00fad07
commit
57239a212b
1 changed files with 3 additions and 0 deletions
|
@ -208,6 +208,9 @@ public class Mono {
|
||||||
} },
|
} },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
public string KeyToChar(int index) {
|
||||||
|
return layouts[Layout.Colemak][index];
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
public void Init() {
|
public void Init() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue