diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-09 16:04:47 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-09 16:04:47 +0900 |
| commit | 30ac7c50b4bc3e86a23fa7f281558fa792086d78 (patch) | |
| tree | b468328cd18b334513dc73af8056c8aef7856720 /surf/config.def.h | |
| parent | 0b68cd279cb41fce3a1e323eb1360863dc0286c9 (diff) | |
modified surf/config.def.h, modified surf/surf
Diffstat (limited to 'surf/config.def.h')
| -rw-r--r-- | surf/config.def.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 } }, |
