proc mscroll {bindtag} { bind $bindtag [list %W yview scroll 5 units] bind $bindtag [list %W yview scroll -5 units] bind $bindtag [list %W yview scroll 1 units] bind $bindtag [list %W yview scroll -1 units] bind $bindtag [list %W yview scroll 1 pages] bind $bindtag [list %W yview scroll -1 pages] }