From b3fc4c9202ce540e819dcf3cfbf3b3ad6a20cd5c Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Thu, 1 Jul 2021 03:09:11 -0800 Subject: [PATCH] Minor formatting fix --- linux/kinto.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/kinto.py b/linux/kinto.py index 90bce09..36d3a31 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -318,8 +318,8 @@ define_keymap(re.compile("pcmanfm|pcmanfm-qt", re.IGNORECASE),{ define_keymap(re.compile("spacefm", re.IGNORECASE),{ K("RC-Page_Up"): K("C-Shift-Tab"), # Go to prior tab K("RC-Page_Down"): K("C-Tab"), # Go to next tab - K("RC-Shift-Left_Brace"): K("C-Shift-Tab"), # Go to prior tab - K("RC-Shift-Right_Brace"): K("C-Tab"), # Go to next tab + K("RC-Shift-Left_Brace"): K("C-Shift-Tab"), # Go to prior tab + K("RC-Shift-Right_Brace"): K("C-Tab"), # Go to next tab K("RC-Shift-N"): [K("RC-F")], # Create new folder is Ctrl+F by default K("RC-Backspace"): [K("Delete"),K("Enter")], # Move to Trash (delete, bypass dialog) K("RC-comma"): [K("M-V"),K("p")], # Overrides "Open preferences dialog" shortcut below