Adding new screenshot.

This commit is contained in:
Derek Taylor 2020-03-19 15:37:04 -05:00
parent 3814732157
commit c0c50fa576
1 changed files with 2 additions and 0 deletions

View File

@ -200,6 +200,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} },
};
/*