diff --git a/config.def.h b/config.def.h index 0138e2d..824016d 100644 --- a/config.def.h +++ b/config.def.h @@ -172,6 +172,9 @@ static Key keys[] = { { 0, XK_Print, 0, spawn, {.v = fullscreenshot } }, { ControlMask, XK_Print, 0, spawn, {.v = activescreenshot } }, { ShiftMask, XK_Print, 0, spawn, {.v = selectscreenshot } }, + { 0, XK_F10, 0, spawn, {.v = fullscreenshot } }, + { ControlMask, XK_F10, 0, spawn, {.v = activescreenshot } }, + { ShiftMask, XK_F10, 0, spawn, {.v = selectscreenshot } }, { 0, XF86XK_AudioPlay, 0, spawn, {.v = playpause } }, { 0, XF86XK_AudioPause, 0, spawn, {.v = playpause } }, { MODKEY|ShiftMask, XK_d, 0, spawn, {.v = date } },