From 92baae67185f19c71c99134a06d5d42a43e83703 Mon Sep 17 00:00:00 2001 From: kitty piapiac Date: Mon, 10 Aug 2020 20:29:56 -0700 Subject: =?UTF-8?q?(=E3=80=82=E3=83=98=C2=B0)=20actually...=20fuck=20custo?= =?UTF-8?q?m=20layouts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ill deal with them later --- src/objects.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/objects.nim') diff --git a/src/objects.nim b/src/objects.nim index ed83fa8..1c8ed35 100644 --- a/src/objects.nim +++ b/src/objects.nim @@ -23,7 +23,7 @@ type focused*: int keys*: Table[cuint, objects.Key] -proc initKey* (keyfunc: KeyFunc, mods: cuint, key: string, command = ""): Key = +proc key* (mods: cuint, key: string, keyfunc: KeyFunc, command = ""): Key = return Key( mods: mods, key: key, -- cgit v1.2.3