repo.or.cz
/
xcircuit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Modified the UGetCursor() routine to return a valid response if the
[xcircuit.git]
/
lib
/
tcl
/
panzoom.tcl
blob
c672ea9df411116644c0a26a8cc756ab10295a59
1
# panzoom.tcl --- rebinds keys Z and z for a zoom style in which
2
# the page is centered on the cursor position
3
# (provded by Ed Casas, 9/4/03)
4
5
xcircuit
::
keybind
Z
{
pan here
;
zoom in
}
6
xcircuit
::
keybind
z
{
pan here
;
zoom out
}