summaryrefslogtreecommitdiff
path: root/st-0.8.4/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'st-0.8.4/config.h')
-rw-r--r--st-0.8.4/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/st-0.8.4/config.h b/st-0.8.4/config.h
index 2d6c755..c3012af 100644
--- a/st-0.8.4/config.h
+++ b/st-0.8.4/config.h
@@ -163,7 +163,7 @@ static MouseShortcut mshortcuts[] = {
};
/* Internal keyboard shortcuts. */
-#define MODKEY Mod4Mask
+#define MODKEY Mod1Mask
#define TERMMOD (ControlMask|ShiftMask)
static Shortcut shortcuts[] = {
@@ -175,8 +175,8 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_Prior, zoom, {.f = +1} },
{ TERMMOD, XK_Next, zoom, {.f = -1} },
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
- { ShiftMask, XK_C, clipcopy, {.i = 0} },
- { ShiftMask, XK_V, clippaste, {.i = 0} },
+ { MODKEY, XK_c, clipcopy, {.i = 0} },
+ { MODKEY, XK_v, clippaste, {.i = 0} },
{ TERMMOD, XK_Y, selpaste, {.i = 0} },
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },