Implement fill scale mode

This commit is contained in:
Berke Kocaoğlu
2021-04-14 20:10:14 +03:00
committed by Berke Kocaoğlu
parent 1d28627868
commit 88f77bc59c
5 changed files with 10 additions and 2 deletions

View File

@ -127,6 +127,7 @@ static const keymap_t keys[] = {
{ 0, XK_equal, i_set_zoom, 100 },
{ 0, XK_w, i_fit_to_win, SCALE_DOWN },
{ 0, XK_W, i_fit_to_win, SCALE_FIT },
{ 0, XK_F, i_fit_to_win, SCALE_FILL },
{ 0, XK_e, i_fit_to_win, SCALE_WIDTH },
{ 0, XK_E, i_fit_to_win, SCALE_HEIGHT },
{ 0, XK_less, i_rotate, DEGREE_270 },