diff options
Diffstat (limited to 'libtk/textw.c')
| -rw-r--r-- | libtk/textw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libtk/textw.c b/libtk/textw.c index 7eac56bb..8a5edde3 100644 --- a/libtk/textw.c +++ b/libtk/textw.c @@ -117,6 +117,8 @@ static TkEbind tktbinds[] = { {TkKey|Pgdown, "%W yview scroll 0.75 page"}, {TkKey|CNTL('w'), "%W tkTextDelIns -w"}, {TkKey|Pgup, "%W yview scroll -0.75 page"}, + {TkButton4P, "%W yview scroll -0.2 page"}, + {TkButton5P, "%W yview scroll 0.2 page"}, {TkFocusout, "%W tkTextCursor delete"}, {TkKey|APP|'\t', ""}, {TkKey|BackTab, ""}, |
