aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2012-02-15 22:33:39 +0100
committerBert Münnich <ber.t@gmx.com>2012-02-15 22:33:39 +0100
commitc666d30eeacd6faf41dce50b301ad2fe3195fdb8 (patch)
treebd0085c26be88c75e13386f3304542345cea6702 /config.def.h
parent011dac90c83d5440f2f228deab93f264d87b15d0 (diff)
downloadnsxiv-c666d30eeacd6faf41dce50b301ad2fe3195fdb8.tar.zst
Added it_toggle_bar command; default mapping: XK_b
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 9dbd74d..1a38e84 100644
--- a/config.def.h
+++ b/config.def.h
@@ -60,6 +60,7 @@ static const keymap_t keys[] = {
{ false, XK_q, it_quit, (arg_t) None },
{ false, XK_Return, it_switch_mode, (arg_t) None },
{ false, XK_f, it_toggle_fullscreen, (arg_t) None },
+ { false, XK_b, it_toggle_bar, (arg_t) None },
{ false, XK_r, it_reload_image, (arg_t) None },
{ false, XK_D, it_remove_image, (arg_t) None },