mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
disable alt+- keys for zooming
This commit is contained in:
parent
98f7974f6a
commit
a06197d537
@ -266,10 +266,10 @@ 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_Up, zoom, {.f = +1}},
|
||||
{TERMMOD, XK_Down, zoom, {.f = -1}},
|
||||
{MODKEY, XK_equal, zoom, {.f = +2}},
|
||||
{MODKEY, XK_minus, zoom, {.f = -2}},
|
||||
{TERMMOD, XK_Up, zoom, {.f = +2}},
|
||||
{TERMMOD, XK_Down, zoom, {.f = -2}},
|
||||
// {MODKEY, XK_equal, zoom, {.f = +2}},
|
||||
// {MODKEY, XK_minus, zoom, {.f = -2}},
|
||||
{TERMMOD, XK_Home, zoomreset, {.f = 0}},
|
||||
{TERMMOD, XK_C, clipcopy, {.i = 0}},
|
||||
{TERMMOD, XK_V, clippaste, {.i = 0}},
|
||||
|
Loading…
Reference in New Issue
Block a user