diff --git a/linux/kinto.py b/linux/kinto.py index 4c33dc6..d41490e 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -390,8 +390,8 @@ define_keymap(re.compile(filemanagerStr, re.IGNORECASE),{ ########################################################################################################### ### Navigation ### ########################################################################################################### - K("RC-Left_Brace"): K("M-Left"), # Go to prior tab - K("RC-Right_Brace"): K("M-Right"), # Go to next tab + K("RC-Left_Brace"): K("M-Left"), # Go Back + K("RC-Right_Brace"): 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