Xinqi Bao's Git
projects
/
st.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
d1dc048
)
minor key update
author
Xinqi Bao <
[email protected]
>
Sun, 13 Mar 2022 14:40:49 +0000
(22:40 +0800)
committer
Xinqi Bao <
[email protected]
>
Sun, 13 Mar 2022 14:40:49 +0000
(22:40 +0800)
config.def.h
diff
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
133d853
..
3b696ad
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-188,7
+188,7
@@
static MouseShortcut mshortcuts[] = {
/* Internal keyboard shortcuts. */
#define MODKEY Mod1Mask
/* Internal keyboard shortcuts. */
#define MODKEY Mod1Mask
-#define TERMMOD (
ControlMask
|ShiftMask)
+#define TERMMOD (
MODKEY
|ShiftMask)
static Shortcut shortcuts[] = {
/* mask keysym function argument */
static Shortcut shortcuts[] = {
/* mask keysym function argument */
@@
-204,6
+204,8
@@
static Shortcut shortcuts[] = {
{ TERMMOD, XK_Y, selpaste, {.i = 0} },
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
{ TERMMOD, XK_Y, selpaste, {.i = 0} },
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
+ { TERMMOD, XK_K, zoom, {.f = +1} },
+ { TERMMOD, XK_J, zoom, {.f = -1} },
};
/*
};
/*