Update kinto.py

This commit is contained in:
RedBearAK
2021-12-24 23:25:28 -09:00
committed by GitHub
parent 6cdedf41e3
commit 75dbe611b3

View File

@@ -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