aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorBerke Kocaoğlu <berkekocaoglu360@gmail.com>2021-04-14 19:10:14 +0200
committerBerke Kocaoğlu <berke.kocaoglu@metu.edu.tr>2021-09-16 21:55:31 +0200
commit88f77bc59c26068ae1a5e1c9a8bd3b1b88dbe683 (patch)
treed66afc56af1d2829916555fa0308f3acf90eb4c2 /config.def.h
parent1d28627868f5133a25a0197af21a187799ffa98e (diff)
downloadnsxiv-88f77bc59c26068ae1a5e1c9a8bd3b1b88dbe683.tar.zst
Implement fill scale mode
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 9981ca3..9e30640 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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 },