about summary refs log tree commit diff stats
path: root/keychord.lua
diff options
context:
space:
mode:
Diffstat (limited to 'keychord.lua')
-rw-r--r--keychord.lua2
1 files changed, 1 insertions, 1 deletions
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)