diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-17 04:33:36 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-17 04:33:36 +0300 |
commit | 6d04bd0c98cacf24d8f4f94ea8486e4110441d09 (patch) | |
tree | 3548be793a6a01937fd200b5a2686cf3b3a9c45e /config.def.h | |
parent | cef13854ee99288cfbf90561b8c488f6f41a543b (diff) |
newterm orphan patch
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 29c35f1..5634b75 100644 --- a/config.def.h +++ b/config.def.h @@ -222,6 +222,7 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_Y, selpaste, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, + { TERMMOD, XK_Return, newterm, {.i = 0} }, { ShiftMask, XK_Page_Up, kscrollup, {.i = -1} }, { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} }, }; |