From d92b43bf96f4e370ffb037ce0617faf4b9fc824e Mon Sep 17 00:00:00 2001 From: slagernate Date: Thu, 7 May 2026 16:02:51 -0700 Subject: [PATCH] file_chooser: re-fire fuzzy on FocusIn into entry --- src/xschem.tcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/xschem.tcl b/src/xschem.tcl index 91766e48..1b5bc584 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -6042,6 +6042,9 @@ proc file_chooser {} { bind .ins.top3.fzf_e { fuzzy_chooser_inline [.ins.top3.fzf_e get] } + bind .ins.top3.fzf_e { + fuzzy_chooser_inline [.ins.top3.fzf_e get] + } button .ins.top4.select_current -takefocus 0 -text {Select current} -command { set file_chooser(regex) {}