~akkartik/luaML.love

fab72a2902efe3271b8bf586a31c8c8ab8c7c1e8 — Kartik K. Agaram a month ago 1d3751f
fix a comment
2 files changed, 2 insertions(+), 2 deletions(-)

M source_text.lua
M text.lua
M source_text.lua => source_text.lua +1 -1
@@ 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.

M text.lua => text.lua +1 -1
@@ 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.