typo
This commit is contained in:
parent
30335ce30a
commit
2ee47d6884
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue