Add Cmd+Shift+Left/Right for tab nav, fix typos

Adding in Cmd+Shift+Left/Right to match another macOS Finder shortcut that works for tab navigation. 

This is unfortunately different from the web browser shortcut of Cmd+Option+Left/Right for tab nav.
This commit is contained in:
RedBearAK
2021-12-24 23:19:19 -09:00
committed by GitHub
parent df8d46e1c1
commit 6cdedf41e3

View File

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