marten/config/keymap.toml

41 lines
1.2 KiB
TOML

# marten — default keymap
#
# This file is shipped as the default. To customize, copy to:
# $XDG_CONFIG_HOME/marten/keymap.toml
# (usually ~/.config/marten/keymap.toml)
#
# Each action accepts a list of bindings. You can bind multiple keys to the
# same action. Modifiers are joined with '+' and are case-insensitive
# (ctrl, shift, alt, logo/super/meta/win/cmd all work). The key name itself
# IS case-sensitive — 'g' and 'G' are different bindings (vim convention).
#
# Named keys: Right, Left, Up, Down, F1-F12, Escape, Space, Enter, Tab,
# Backspace, Delete, Home, End, PageUp, PageDown.
#
# To disable a binding, set it to an empty list:
# properties = []
next_photo = ["Right", "l"]
prev_photo = ["Left", "h"]
first_photo = ["g"]
last_photo = ["G"]
zoom_in = ["+", "Ctrl+Up"]
zoom_out = ["-", "Ctrl+Down"]
fit_to_window = ["0"]
actual_size = ["1"]
toggle_fullscreen = ["F11"]
toggle_chrome = ["Shift+F"]
open_folder = ["o"]
quit = ["q", "Ctrl+Q"]
rotate_cw = ["r"]
rotate_ccw = ["Shift+R"]
properties = ["i"]
copy_to_pictures = ["Shift+Home"]
delete_permanently = ["Shift+Delete"]
about = ["a"]
toggle_sidebar = ["Tab"]
toggle_slideshow = ["s"]
random_same_folder = ["z"]
random_folder_tree = ["Shift+Z"]