Add Colemak keybindings to editor for osx

This commit is contained in:
N0hbdy
2017-10-24 10:32:40 -07:00
committed by Rémi Verschelde
parent e10ee8765f
commit f3fc07272c
6 changed files with 29 additions and 3 deletions

View File

@@ -413,6 +413,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";
}
}