diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-10-10 12:19:26 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-10-10 12:19:26 +0200 |
commit | 36a5a14624cfad548bd57f682e3cd4106488e234 (patch) | |
tree | 8b8ff1acf40026403f6ec136425e60a24cae82d9 /examples/buttons | |
parent | 6d84a1d22038d0a03c19d43ec4c8a01acbf13426 (diff) | |
download | feh-36a5a14624cfad548bd57f682e3cd4106488e234.zip |
Add examples/buttons
Diffstat (limited to 'examples/buttons')
-rw-r--r-- | examples/buttons | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/buttons b/examples/buttons new file mode 100644 index 0000000..e625f9e --- /dev/null +++ b/examples/buttons @@ -0,0 +1,13 @@ +# feh button configuration. +# Comments start with a # sign, do not use them mid-line. +# Each line must be blank, a comment, or a button definition. +# +# button definition: <action name> <button> +# +# A <button> is a button number with optional modifier. +# For instance, C-1 would be Ctrl + Left click, 4-2 Mod4 + Middle click, +# et cetera. + +# Switch menu and zoom keys, useful for two-button touchpads +menu 2 +zoom 3 |