aerospace: allow colemak on key-mapping

a8cd536ca1
This commit is contained in:
BeLeap 2025-08-16 14:13:39 +09:00 committed by Austin Horstman
parent 0d1e116e4f
commit bbfbda4ad8

View file

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