Modifed some files to make the scrollbar widths scale with the
[xcircuit.git] / lib / tcl / panzoom.tcl
blobc672ea9df411116644c0a26a8cc756ab10295a59
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)
5 xcircuit::keybind Z { pan here ; zoom in }
6 xcircuit::keybind z { pan here ; zoom out }