mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
add Colemak layout
This commit is contained in:
parent
bf861c8cdf
commit
7b25a33762
7 changed files with 82 additions and 20 deletions
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue