aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-10 20:43:48 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-10 20:43:48 +0100
commit9d6863d43af457370a956aa71f88052f8260bfa6 (patch)
tree3ed71d49e31a0a6f6afb4c33c30c80e966ae145c
parentRemoved huge cleanup (diff)
downloadst-9d6863d43af457370a956aa71f88052f8260bfa6.tar.gz
st-9d6863d43af457370a956aa71f88052f8260bfa6.tar.bz2
st-9d6863d43af457370a956aa71f88052f8260bfa6.tar.xz
st-9d6863d43af457370a956aa71f88052f8260bfa6.tar.zst
st-9d6863d43af457370a956aa71f88052f8260bfa6.zip
Keys update
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 280e0ad..ab3744d 100644
--- a/config.h
+++ b/config.h
@@ -208,8 +208,8 @@ static Shortcut shortcuts[] = {
{ ControlMask, XK_Print, toggleprinter, {.i = 0} },
{ ShiftMask, XK_Print, printscreen, {.i = 0} },
{ XK_ANY_MOD, XK_Print, printsel, {.i = 0} },
- { TERMMOD, XK_Prior, zoom, {.f = +1} },
- { TERMMOD, XK_Next, zoom, {.f = -1} },
+ { ControlMask, XK_equal, zoom, {.f = +1} },
+ { ControlMask, XK_minus, zoom, {.f = -1} },
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
{ TERMMOD, XK_C, clipcopy, {.i = 0} },
{ TERMMOD, XK_V, clippaste, {.i = 0} },