sway: fix numpad , on colemak

This commit is contained in:
lelgenio 2021-03-23 11:55:11 -03:00
parent 31f5c384fe
commit 81868422dd

View file

@ -31,4 +31,8 @@ input * {
repeat_delay 200
}
{%@@ if key_layout == "colemak" @@%}
bindcode 91 exec 'wtype ,'
{%@@ endif @@%}
# vim: ft=i3