Преглед изворни кода

Activate thumb-mode with Return key

master
Bert пре 14 година
родитељ
комит
76cca4ecb6
1 измењених фајлова са 12 додато и 0 уклоњено
  1. +12
    -0
      main.c

+ 12
- 0
main.c Прегледај датотеку

@@ -378,6 +378,18 @@ void on_keypress(XKeyEvent *kev) {
}
break;

/* switch to thumnail mode */
case XK_Return:
if (options->thumbnails) {
if (fileidx < tns.cnt)
tns.sel = fileidx;
else
tns.sel = 0;
mode = MODE_THUMBS;
changed = 1;
}
break;

/* miscellaneous */
case XK_a:
img_toggle_antialias(&img);


Loading…
Откажи
Сачувај