diff options
author | András Mohari <andras.mohari@gmail.com> | 2014-01-31 14:17:52 +0100 |
---|---|---|
committer | András Mohari <andras.mohari@gmail.com> | 2014-01-31 14:17:52 +0100 |
commit | 54d7b7f20fc80460fb6160badb6d90e6505a4194 (patch) | |
tree | 0b0aab780889e9e26296f2231469f19bccfbf3aa /README.md | |
parent | d5b2d377a44db7408c90e5e15e35458bcc0f340c (diff) |
Use a prefix key to execute the key handler
The default prefix key is C-x, and can be changed in config.def.h. The
first key pressed after the prefix key will be passed the external key
handler, unless the key is Escape, which is used to cancel the prefix.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -113,6 +113,10 @@ of small previews is displayed, making it easy to choose an image to open. N Go [count] marked images forward P Go [count] marked images backward + Ctrl-x KEY Execute $XDG_CONFIG_HOME/sxiv/exec/key-handler with + KEY and the path of the current image as arguments. + If KEY is Escape, it cancels the effect of Ctrl-x. + *Thumbnail mode:* h,j,k,l Move selection left/down/up/right [count] times |