X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=config.def.h;h=1667ed685345a9aa000bcb3794f9471354d86693;hp=0a3c3e02731d0588ba22118a011c619cc4f260a7;hb=c5fc1582b33ca509d1063e4dcc0ae8c1db0dcb36;hpb=dc8c5c82aa14e75305bd5b0e42b4f8bba45702a8 diff --git a/config.def.h b/config.def.h index 0a3c3e0..1667ed6 100644 --- a/config.def.h +++ b/config.def.h @@ -116,7 +116,7 @@ static Shortcut shortcuts[] = { { XK_ANY_MOD, XK_Print, printsel, {.i = 0} }, { MODKEY|ShiftMask, XK_Prior, xzoom, {.i = +1} }, { MODKEY|ShiftMask, XK_Next, xzoom, {.i = -1} }, - { MODKEY|ShiftMask, XK_Home, xzoomreset, {.i = 0} }, + { MODKEY|ShiftMask, XK_Home, xzoomreset, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { MODKEY|ShiftMask, XK_Insert, clippaste, {.i = 0} }, { MODKEY, XK_Num_Lock, numlock, {.i = 0} },