st

[fork] terminal
Log | Files | Refs | README | LICENSE

commit 7e32400fc033dea606bcbb78a26a0d0e63e9e327
parent c5fc131fdb8be15b0a418f597d96d4268428d7af
Author: hhvn <hayden@haydenvh.com>
Date:   Sat, 17 Oct 2020 12:28:33 +0100

Make XK_KP_Enter work in the newterm binding too.

I blame nokia_vndr/rx-51

Diffstat:
Mconfig.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.h b/config.h @@ -194,6 +194,7 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_L, externalpipe, {.v = urlhand } }, { TERMMOD, XK_C, externalpipe, {.v = dgrep } }, { TERMMOD, XK_Return, newterm, {.i = 0} }, + { TERMMOD, XK_KP_Enter, newterm, {.i = 0} }, };