summaryrefslogtreecommitdiff
path: root/st/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'st/config.def.h')
-rw-r--r--st/config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/st/config.def.h b/st/config.def.h
index 38a6f9d..aac8c49 100644
--- a/st/config.def.h
+++ b/st/config.def.h
@@ -334,8 +334,8 @@ static Shortcut shortcuts[] = {
{ ALTKEY, XK_c, clipcopy, {.i = 0} },
{ ALTSHIFT, XK_C, externalpipe, {.v = copyurlcmd } },
{ ALTKEY, XK_o, externalpipe, {.v = copyoutput } },
- { ALTSHIFT, XK_L, copyurl, {.i = 0} },
- { ALTKEY, XK_l, copyurl, {.i = 1} },
+ { ALTSHIFT, XK_R, copyurl, {.i = 0} },
+ { ALTKEY, XK_r, copyurl, {.i = 1} },
// FONTS
{ ALTSHIFT, XK_F, cyclefonts, {} },