You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
add Colemak layout
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user