1
0
mirror of https://github.com/alrayyes/st synced 2023-11-14 15:56:30 +00:00

color toggle now Alt-Tab instead of F6

This commit is contained in:
Luke 2018-01-17 23:55:00 -07:00
parent 74e54e0ccc
commit a9b51e4ec0

View File

@ -196,7 +196,7 @@ static Shortcut shortcuts[] = {
{ MODKEY|ShiftMask, XK_V, clippaste, {.i = 0} },
{ MODKEY, XK_Num_Lock, numlock, {.i = 0} },
{ MODKEY, XK_Control_L, iso14755, {.i = 0} },
{ XK_ANY_MOD, XK_F6, swapcolors, {.i = 0} },
{ MODKEY, XK_Tab, swapcolors, {.i = 0} },
{ ShiftMask, XK_Page_Up, kscrollup, {.i = -1} },
{ ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} },
};