diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-17 12:16:11 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-17 12:16:11 +0900 |
| commit | d45ea43047acfc7f3885ad22111598a782c8a31c (patch) | |
| tree | 49adccf4d3a051380213fdfcc1fd2d68c1579c35 /st | |
| parent | 2c828e3c9284e147002a5279b6dba9b2a85680b0 (diff) | |
modified config.h
Diffstat (limited to 'st')
| -rw-r--r-- | st/config.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/st/config.h b/st/config.h index 53ab481..93e668f 100644 --- a/st/config.h +++ b/st/config.h @@ -282,19 +282,18 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_plus, zoomreset, { .f = 0 } }, // COPIES - { MODKEY, XK_y, clipcopy, { .i = 0 } }, - { TERMMOD, XK_Y, clipcopy, { .i = 0 } }, - { MODKEY, XK_c, externalpipe, { .v = copyurlcmd } }, + { MODKEY, XK_c, clipcopy, { .i = 0 } }, + { TERMMOD, XK_C, externalpipe, { .v = copyurlcmd } }, { MODKEY, XK_o, externalpipe, { .v = copyoutput } }, // FONTS { TERMMOD, XK_I, cyclefonts, {} }, // PASTES - { MODKEY, XK_p, clippaste, { .i = 0 } }, + { MODKEY, XK_v, clippaste, { .i = 0 } }, { ShiftMask, XK_Insert, clippaste, { .i = 0 } }, { ShiftMask, XK_Insert, selpaste, { .i = 0 } }, - { MODKEY, XK_v, externalpipe, { .v = openurlcmd } }, + { TERMMOD, XK_V, externalpipe, { .v = openurlcmd } }, // PRINTERS { ShiftMask, XK_Print, printscreen, { .i = 0 } }, |
