From 30ac7c50b4bc3e86a23fa7f281558fa792086d78 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 9 Feb 2025 16:04:47 +0900 Subject: modified surf/config.def.h, modified surf/surf --- surf/config.def.h | 5 ++++- surf/surf | Bin 84168 -> 84256 bytes 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/surf/config.def.h b/surf/config.def.h index 518f2e1..34cf531 100644 --- a/surf/config.def.h +++ b/surf/config.def.h @@ -168,7 +168,7 @@ static Key keys[] = { { 0, GDK_KEY_c, stop, { 0 } }, - { 0, GDK_KEY_q, quit, { 0 } }, + { 0, GDK_KEY_q, quit, { 0 } }, { 0, GDK_KEY_Escape, insert, { .i = 0 } }, { 0, GDK_KEY_i, insert, { .i = 1 } }, @@ -176,6 +176,9 @@ static Key keys[] = { { MODKEY, GDK_KEY_r, reload, { .i = 1 } }, { 0, GDK_KEY_r, reload, { .i = 0 } }, + { 0, GDK_KEY_l, navigate, { .i = +1 } }, + { 0, GDK_KEY_h, navigate, { .i = -1 } }, + /* vertical and horizontal scrolling, in viewport percentage */ { 0, GDK_KEY_j, scrollv, { .i = +10 } }, { 0, GDK_KEY_k, scrollv, { .i = -10 } }, diff --git a/surf/surf b/surf/surf index 2ef77b9..3a3ada3 100755 Binary files a/surf/surf and b/surf/surf differ -- cgit v1.2.3