aboutsummaryrefslogtreecommitdiffstats
path: root/commands.lst
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2018-06-04 22:18:57 +0200
committerBert Münnich <ber.t@posteo.de>2018-06-09 11:44:47 +0200
commit6e696ba98c49715be8da2609f8a64be8a023547f (patch)
treecdac20a99634955c8982a8baabd3fea274cbc251 /commands.lst
parent8bf1adcd9a61cba1bcc9d35ac0b86a0785d2a7bd (diff)
downloadnsxiv-6e696ba98c49715be8da2609f8a64be8a023547f.tar.zst
Add mark range function
Sets the marked state of all images ranging from the latest marked/unmarked image to the current image, to the state of that latest toggled image.
Diffstat (limited to 'commands.lst')
-rw-r--r--commands.lst1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands.lst b/commands.lst
index bf9e3ed..06e7d78 100644
--- a/commands.lst
+++ b/commands.lst
@@ -11,6 +11,7 @@ G_CMD(scroll_screen)
G_CMD(zoom)
G_CMD(toggle_image_mark)
G_CMD(reverse_marks)
+G_CMD(mark_range)
G_CMD(unmark_all)
G_CMD(navigate_marked)
G_CMD(change_gamma)