diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2022-01-23 06:44:34 +0100 |
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2022-01-23 06:44:50 +0100 |
| commit | 38670428dacaf44525db3710c8acea1bb543eab6 (patch) | |
| tree | c8a61ce2f30a76ca3a7359109777213034f3e1db /fiv.c | |
| parent | a7e638207f402bc69466c8820743128c78211241 (diff) | |
| download | fiv-38670428dacaf44525db3710c8acea1bb543eab6.tar.gz fiv-38670428dacaf44525db3710c8acea1bb543eab6.tar.xz fiv-38670428dacaf44525db3710c8acea1bb543eab6.zip | |
Add keyboard shortcuts for thumbnail size
Diffstat (limited to 'fiv.c')
| -rw-r--r-- | fiv.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ static struct key_group help_keys_browser[] = { {"F9", "Toggle navigation sidebar"}, {"F5 r <control>r", "Refresh"}, {"h <control>h", "Toggle hiding unsupported files"}, + {"<control>plus", "Larger thumbnails"}, + {"<control>minus", "Smaller thumbnails"}, {} }}, {"Navigation", (struct key[]) { |
