This commit is contained in:
Stefan Schippers 2020-09-07 09:37:30 +02:00
parent 30335ce30a
commit 2ee47d6884
1 changed files with 0 additions and 1 deletions

View File

@ -2933,7 +2933,6 @@ proc build_windows {} {
bind .drw <Shift-Alt-KeyPress> {xschem callback %T %x %y %N 0 0 9 [expr $ControlMask + $Mod1Mask]}
}
bind .drw <KeyPress> {xschem callback %T %x %y %N 0 0 %s}
bind .drw <KeyPress> {xschem callback %T %x %y %N 0 0 %s}
bind .drw <KeyRelease> {xschem callback %T %x %y %N 0 0 %s} ;# 20161118
bind .drw <Motion> {xschem callback %T %x %y 0 0 0 %s}