bind escape to exit
This commit is contained in:
parent
907c4b34b0
commit
80e0ebdd2e
|
@ -67,6 +67,7 @@ proc update_output {} {
|
|||
}
|
||||
|
||||
bind .content <KeyRelease> update_output
|
||||
bind . <Escape> exit
|
||||
|
||||
proc select_transform {args} {
|
||||
global active_transform
|
||||
|
|
Loading…
Reference in a new issue