X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.h;h=e637967e10c104a00a038caa2eae9b2fcfffb7b0;hb=4384cf198a38951839dfbd6abcab72d75076c593;hp=9406e4842ca223c678d3beb4c89a1a80edf74ec8;hpb=c20442a13864c870d7e5e24c31299284c6c45f97;p=surf.git diff --git a/config.h b/config.h index 9406e48..e637967 100644 --- a/config.h +++ b/config.h @@ -20,6 +20,7 @@ static Key urlbar_keys[] = { static Key general_keys[] = { /* modifier keyval function arg stop event */ + { GDK_CONTROL_MASK, GDK_P, print, {0}, TRUE }, { GDK_CONTROL_MASK, GDK_p, clipboard, {.b = TRUE }, TRUE }, { GDK_CONTROL_MASK, GDK_y, clipboard, {.b = FALSE}, TRUE }, { GDK_CONTROL_MASK, GDK_R, reload, {.b = TRUE}, TRUE }, @@ -32,8 +33,8 @@ static Key general_keys[] = { { GDK_CONTROL_MASK, GDK_0, zoompage, {.f = +1.0 }, TRUE }, { GDK_CONTROL_MASK, GDK_n, searchtext, {.b = TRUE}, TRUE }, { GDK_CONTROL_MASK, GDK_N, searchtext, {.b = FALSE}, TRUE }, - { GDK_CONTROL_MASK, GDK_Right, navigate, {.b = TRUE}, TRUE }, - { GDK_CONTROL_MASK, GDK_Left, navigate, {.b = FALSE}, TRUE }, + { GDK_CONTROL_MASK, GDK_h, navigate, {.b = TRUE}, TRUE }, + { GDK_CONTROL_MASK, GDK_l, navigate, {.b = FALSE}, TRUE }, { 0, GDK_Escape, stop, {0}, TRUE }, };