From 75dbe611b3bd1579c6c2531b01e7beb4042dcd17 Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Fri, 24 Dec 2021 23:25:28 -0900 Subject: [PATCH] Update kinto.py --- linux/kinto.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux/kinto.py b/linux/kinto.py index d41490e..0da19d1 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -392,6 +392,8 @@ define_keymap(re.compile(filemanagerStr, re.IGNORECASE),{ ########################################################################################################### K("RC-Left_Brace"): K("M-Left"), # Go Back K("RC-Right_Brace"): K("M-Right"), # Go Forward + K("RC-Shift-Left"): K("M-Left"), # Go Back + K("RC-Shift-Right"): K("M-Right"), # Go Forward K("RC-Left"): K("M-Left"), # Go Back K("RC-Right"): K("M-Right"), # Go Forward K("RC-Up"): K("M-Up"), # Go Up dir