This patch will automagically turn button4/5 events into PgUp/PgDown key events. It should apply to gdk 1.1.1. For more consistency with the "usual" settings for mouse wheel, I thought I could try to turn them into Up/Down instead of PgUp/PgDown if Shift is on, but I'd first like to know what people are thinking of it. Brutally changing button events into key events is rather radical. It does provide slightly more "complete" support than my previous patch, although it seem not all scrollbars react to PgUp/PgDown. There is still a problem with scrolled windows, in that it won't work if the wheel is used over the window itself, only if over the scrollbar (while pressing PgUp/Down works fine).