From 54eefbbf2d350d2aba8b90e6b04dcb89f3edbb26 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 22 Jun 2022 17:37:26 -0700 Subject: turns out super- chords to get to textinput --- text.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/text.lua b/text.lua index e80cd03..b5e8392 100644 --- a/text.lua +++ b/text.lua @@ -140,8 +140,7 @@ end function Text.textinput(t) if App.mouse_down(1) then return end assert(not App.ctrl_down()) - if App.alt_down() then return end - assert(not App.cmd_down()) + if App.alt_down() or App.cmd_down() then return end local before = snapshot(Cursor1.line) --? print(Screen_top1.line, Screen_top1.pos, Cursor1.line, Cursor1.pos, Screen_bottom1.line, Screen_bottom1.pos) Text.insert_at_cursor(t) -- cgit 1.4.1-2-gfad0