diff --git a/config.h b/config.h index a4e72d5..a97420c 100644 --- a/config.h +++ b/config.h @@ -205,6 +205,8 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_Y, selpaste, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, + { ShiftMask, XK_Page_Up, kscrollup, {.i = -1} }, + { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} }, }; /* diff --git a/st b/st index 83bc150..abbfe74 100755 Binary files a/st and b/st differ diff --git a/st.o b/st.o index 982bf7f..e3bb2f3 100644 Binary files a/st.o and b/st.o differ diff --git a/x.o b/x.o index 98fcdcc..5f02e32 100644 Binary files a/x.o and b/x.o differ