From 2b3e09ca0fadcaaeac8d563aae1baeb7e7da3754 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 23 Dec 2022 17:16:19 -0800 Subject: make love event names consistent I want the words to be easy to read, and to use a consistent tense. update and focus seem more timeless; let's make everything like those. --- keychord.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keychord.lua') diff --git a/keychord.lua b/keychord.lua index 7be57d2..3b43519 100644 --- a/keychord.lua +++ b/keychord.lua @@ -8,7 +8,7 @@ function App.keypressed(key, scancode, isrepeat) return end -- include the modifier(s) when the non-modifer is pressed - App.keychord_pressed(App.combine_modifiers(key), key) + App.keychord_press(App.combine_modifiers(key), key) end function App.combine_modifiers(key) -- cgit 1.4.1-2-gfad0