diff --git a/keyd/.config/keyd/default.conf b/keyd/.config/keyd/default.conf new file mode 100644 index 0000000..3a708f6 --- /dev/null +++ b/keyd/.config/keyd/default.conf @@ -0,0 +1,11 @@ +[ids] + +* + +[main] + +# Maps capslock to escape when pressed and control when held. +capslock = overload(control, esc) + +# Remaps the escape key to capslock +esc = capslock