add Colemak layout

This commit is contained in:
Rhody Lugo 2018-01-22 20:15:43 -04:00
parent bf861c8cdf
commit 7b25a33762
7 changed files with 82 additions and 20 deletions

View file

@ -435,6 +435,7 @@ String _OS::get_latin_keyboard_variant() const {
case OS::LATIN_KEYBOARD_QZERTY: return "QZERTY";
case OS::LATIN_KEYBOARD_DVORAK: return "DVORAK";
case OS::LATIN_KEYBOARD_NEO: return "NEO";
case OS::LATIN_KEYBOARD_COLEMAK: return "COLEMAK";
default: return "ERROR";
}
}