Added i_set_zoom command: set zoom to number prefix
This commit is contained in:
@ -112,7 +112,7 @@ static const keymap_t keys[] = {
|
||||
{ false, XK_KP_Add, i_zoom, (arg_t) +1 },
|
||||
{ false, XK_minus, i_zoom, (arg_t) -1 },
|
||||
{ false, XK_KP_Subtract, i_zoom, (arg_t) -1 },
|
||||
{ false, XK_equal, i_zoom, (arg_t) None },
|
||||
{ false, XK_equal, i_set_zoom, (arg_t) 100 },
|
||||
{ false, XK_w, i_fit_to_win, (arg_t) None },
|
||||
{ false, XK_W, i_fit_to_img, (arg_t) None },
|
||||
|
||||
|
Reference in New Issue
Block a user