keyboard shortcuts for zoom in/out of st terminal not working
by mshlinux from LinuxQuestions.org on (#4WJ59)
Hi,
I am having a problem. I install st terminal from this page: https://st.suckless.org/.
I found some of this in config.h file
Code: { TERMMOD, XK_Prior, zoom, {.f = +1} },
{ TERMMOD, XK_k, zoom, {.f = +1} },
{ TERMMOD, XK_Next, zoom, {.f = -1} },
{ TERMMOD, XK_j, zoom, {.f = -1} },But I can't change the font size or zoom in/out the terminal st by the keyboard shortcuts like Alt+Shift+PageUP/PageDown or Alt+j, Alt+k, Alt+Shift+j, Alt+Shift+k
What is I am missing? May be a patch?


I am having a problem. I install st terminal from this page: https://st.suckless.org/.
I found some of this in config.h file
Code: { TERMMOD, XK_Prior, zoom, {.f = +1} },
{ TERMMOD, XK_k, zoom, {.f = +1} },
{ TERMMOD, XK_Next, zoom, {.f = -1} },
{ TERMMOD, XK_j, zoom, {.f = -1} },But I can't change the font size or zoom in/out the terminal st by the keyboard shortcuts like Alt+Shift+PageUP/PageDown or Alt+j, Alt+k, Alt+Shift+j, Alt+Shift+k
What is I am missing? May be a patch?