From 80e0ebdd2ef8bdf3f7a6e3da4231aa26e3b6a3cf Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Sun, 3 Nov 2024 11:49:25 +0100 Subject: [PATCH] bind escape to exit --- texttools.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/texttools.tcl b/texttools.tcl index 2c124e2..cf9e71f 100755 --- a/texttools.tcl +++ b/texttools.tcl @@ -67,6 +67,7 @@ proc update_output {} { } bind .content update_output +bind . exit proc select_transform {args} { global active_transform