diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-01-25 19:34:48 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-01-25 19:34:48 +0100 |
commit | 4f2f93e894f2772880881709dc9d5e033a6d0fa8 (patch) | |
tree | b84e9f4860968c1013708860e509dcdd13c81275 /test/config | |
parent | 6166ca288a6217311887adeaf233da1d22c600bd (diff) | |
download | feh-4f2f93e894f2772880881709dc9d5e033a6d0fa8.zip |
Add tests for keys config
Diffstat (limited to 'test/config')
-rw-r--r-- | test/config/feh/keys | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/config/feh/keys b/test/config/feh/keys new file mode 100644 index 0000000..7114ecc --- /dev/null +++ b/test/config/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 |