From fab72a2902efe3271b8bf586a31c8c8ab8c7c1e8 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 17 Jul 2024 14:32:27 -0700 Subject: fix a comment --- source_text.lua | 2 +- text.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source_text.lua b/source_text.lua index 8d169a7..76e9045 100644 --- a/source_text.lua +++ b/source_text.lua @@ -198,7 +198,7 @@ function Text.text_input(State, t) if App.mouse_down(1) then return end if App.any_modifier_down() then if App.key_down(t) then - -- The modifiers didn't change the key. Handle it in keychord_pressed. + -- The modifiers didn't change the key. Handle it in keychord_press. return else -- Key mutated by the keyboard layout. Continue below. diff --git a/text.lua b/text.lua index b073fbd..ac07903 100644 --- a/text.lua +++ b/text.lua @@ -124,7 +124,7 @@ function Text.text_input(State, t) if App.mouse_down(1) then return end if App.any_modifier_down() then if App.key_down(t) then - -- The modifiers didn't change the key. Handle it in keychord_pressed. + -- The modifiers didn't change the key. Handle it in keychord_press. return else -- Key mutated by the keyboard layout. Continue below. -- cgit 1.4.1-2-gfad0