Merge branch 'master' into SuperChayan

This commit is contained in:
stefan schippers 2025-03-26 01:19:36 +01:00
commit 47f3ec2984
1 changed files with 3 additions and 1 deletions

View File

@ -8575,7 +8575,9 @@ global env has_x OS autofocus_mainwindow
bind $topwin <ButtonPress> "xschem callback %W %T %x %y 0 %b 0 %s"
}
bind $topwin <ButtonRelease> "xschem callback %W %T %x %y 0 %b 0 %s"
bind $topwin <KeyPress> "xschem callback %W %T %x %y %N 0 0 %s"
bind $topwin <KeyPress> "
if {{%K} eq {Escape}} { destroy .ctxmenu }
xschem callback %W %T %x %y %N 0 0 %s"
bind $topwin <KeyRelease> "xschem callback %W %T %x %y %N 0 0 %s"
if {$autofocus_mainwindow} {
bind $topwin <Motion> "focus $topwin; xschem callback %W %T %x %y 0 0 0 %s"