aerospace: add option for colemak key-mapping

This commit is contained in:
Nelson Tam 2025-10-13 17:02:03 +11:00 committed by GitHub
parent c48e963a55
commit a9f953b682
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -199,6 +199,7 @@ in
type = enum [
"qwerty"
"dvorak"
"colemak"
];
default = "qwerty";
description = "Keymapping preset.";