diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2015-09-27 03:58:59 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2015-09-27 04:00:03 +0200 |
commit | d96a6f0b65dcfa7df9705e62e986c9bc110f8c25 (patch) | |
tree | df0a13722084fc2d9b07cb4f021ddff89174152f /doc | |
parent | 6ad3de7366f3854442cce108c964f93c01011531 (diff) |
bindings: add bindings for shift-up/down (select and scroll)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bindings | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bindings b/doc/bindings index f6e1f87f..93e78793 100644 --- a/doc/bindings +++ b/doc/bindings @@ -154,9 +154,17 @@ #def_key "up" # scroll_up # +#def_key "shift-up" +# select_item +# scroll_up +# #def_key "down" # scroll_down # +#def_key "shift-down" +# select_item +# scroll_down +# #def_key "[" # scroll_up_album # |