From eafabd5aa28520d8fd6dd8e48eaf0ce4864b42ef Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Mon, 1 Nov 2021 20:23:24 +0000 Subject: More based binds --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 05bd26a..47ad6b2 100644 --- a/config.h +++ b/config.h @@ -171,8 +171,8 @@ static Shortcut shortcuts[] = { { ControlMask, XK_Print, toggleprinter, {.i = 0} }, { ShiftMask, XK_Print, printscreen, {.i = 0} }, { XK_ANY_MOD, XK_Print, printsel, {.i = 0} }, - { ControlMask, XK_plus, zoom, {.f = +2} }, - { ControlMask, XK_minus, zoom, {.f = -2} }, + { ControlMask, XK_period, zoom, {.f = +2} }, + { ControlMask, XK_comma, zoom, {.f = -2} }, { ControlMask, XK_0, zoomreset, {.f = 0} }, { TERMMOD, XK_C, clipcopy, {.i = 0} }, { TERMMOD, XK_V, clippaste, {.i = 0} }, -- cgit v1.2.3