summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-09-04 13:29:17 +0200
committerBert <ber.t@gmx.com>2011-09-04 13:29:17 +0200
commit26eae8be966ab8e7ef940806077b56bbc7c191bc (patch)
tree054ff1f2f46ce23a3d32877db891d9f6448b4ffc /config.h
parentd585b863548737f6e3815e204d4d01b206236ec2 (diff)
downloadnsxiv-26eae8be966ab8e7ef940806077b56bbc7c191bc.tar.zst
Made i(t)_toggle_alpha command work in thumbnail mode too
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index aa8bc8a..d5a9463 100644
--- a/config.h
+++ b/config.h
@@ -105,7 +105,7 @@ static const keymap_t keys[] = {
{ False, XK_greater, i_rotate, (arg_t) DIR_RIGHT },
{ False, XK_a, i_toggle_antialias, (arg_t) None },
- { False, XK_A, i_toggle_alpha, (arg_t) None },
+ { False, XK_A, it_toggle_alpha, (arg_t) None },
/* open current image with given program: */
{ True, XK_g, it_open_with, (arg_t) "gimp" },