From 7e84a9c6051d0237c9540b9091292870340fc383 Mon Sep 17 00:00:00 2001 From: slagernate Date: Thu, 7 May 2026 16:09:36 -0700 Subject: [PATCH] load_file_dialog: re-fire fuzzy on FocusIn into entry --- src/xschem.tcl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/xschem.tcl b/src/xschem.tcl index 1b5bc584..6c289c73 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -4949,6 +4949,11 @@ proc load_file_dialog {{msg {}} {ext {}} {global_initdir {INITIALINSTDIR}} file_dialog_set_colors2 set file_dialog_retval { } } + bind .load.buttons_bot.fzf { + fuzzy_filter_files2 [.load.buttons_bot.fzf get] + file_dialog_set_colors2 + set file_dialog_retval { } + } button .load.buttons.up -width 5 -text Up -command {load_file_dialog_up $file_dialog_dir1} -takefocus 0 label .load.buttons.mkdirlab -text { New dir: }