diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-01-25 20:38:16 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-01-25 20:38:16 +0100 |
commit | 27f4147609d3c08cf1b2a5bf457ceed23cce52be (patch) | |
tree | f77c30424c5d327b236fc55612fac38b2b81d759 /test/config/keys | |
parent | 4f2f93e894f2772880881709dc9d5e033a6d0fa8 (diff) |
Add tests for themes
* general
* commandline option overrides same theme option
* multiline theme definitions
Diffstat (limited to 'test/config/keys')
-rw-r--r-- | test/config/keys/feh/keys | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/config/keys/feh/keys b/test/config/keys/feh/keys new file mode 100644 index 0000000..7114ecc --- /dev/null +++ b/test/config/keys/feh/keys @@ -0,0 +1,17 @@ +action_1 x +action_2 X +action_3 C-x +action_4 C-X +action_5 1-x +action_6 +action_7 + +next_img a b c +prev_img d e f + +# conflict with next_img/prev_img +toggle_actions +toggle_caption +toggle_filenames +save_filelist +close |