You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
750 B
Plaintext

[options]
background = 000000
fullscreen = true
list_files_at_exit = false
loop_input = true
overlay = true
overlay_font = DejaVu Sans:20
overlay_text = $({{ ui_home | quote }}/bin/client.py --base-dir {{ shared_dir | quote }} --build-desc-of "$imv_current_file")
scaling_mode = full
suppress_default_binds = true
[binds]
<k> = select_rel -1
<Left> = select_rel -1
<Up> = select_rel -1
{# "PageUp" needs to be "Prior" for version >= 4 #}
<PageUp> = select_rel -1
<j> = select_rel 1
<Right> = select_rel 1
<Down> = select_rel 1
{# "PageDown" needs to be "Next" for version >= 4 #}
<PageDown> = select_rel 1
<h> = quit
<q> = quit
<Escape> = quit
{# "Backspace" needs to be "BackSpace" for version >= 4 #}
<Backspace> = quit
<Home> = quit
<End> = quit