st

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 16720cf590ab0958b7346c631a31275daa75d989
parent e2f65ca5ce6263ee17e17295d57067eddbae13ba
Author: andrew.laack <andrew.laack@imbue.com>
Date:   Thu, 28 Aug 2025 07:55:20 -0500

Updated keys being sent when pressing ctrl+left and ctrl+right for use w/ dvtm

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

diff --git a/config.h b/config.h @@ -201,6 +201,8 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_Y, selpaste, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, + { ControlMask, XK_Left, ttysend, {.v = "\033b"} }, + { ControlMask, XK_Right, ttysend, {.v = "\033f"} }, }; /*