mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
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:
@@ -390,8 +390,8 @@ define_keymap(re.compile(filemanagerStr, re.IGNORECASE),{
|
|||||||
###########################################################################################################
|
###########################################################################################################
|
||||||
### Navigation ###
|
### Navigation ###
|
||||||
###########################################################################################################
|
###########################################################################################################
|
||||||
K("RC-Left_Brace"): K("M-Left"), # Go to prior tab
|
K("RC-Left_Brace"): K("M-Left"), # Go Back
|
||||||
K("RC-Right_Brace"): K("M-Right"), # Go to next tab
|
K("RC-Right_Brace"): K("M-Right"), # Go Forward
|
||||||
K("RC-Left"): K("M-Left"), # Go Back
|
K("RC-Left"): K("M-Left"), # Go Back
|
||||||
K("RC-Right"): K("M-Right"), # Go Forward
|
K("RC-Right"): K("M-Right"), # Go Forward
|
||||||
K("RC-Up"): K("M-Up"), # Go Up dir
|
K("RC-Up"): K("M-Up"), # Go Up dir
|
||||||
|
Reference in New Issue
Block a user