mirror of
				https://github.com/rbreaves/kinto.git
				synced 2025-10-31 03:14:02 +01:00 
			
		
		
		
	Adding Cmd+Shift+Braces for tab navigation
This commit is contained in:
		| @@ -408,11 +408,16 @@ define_keymap(re.compile(browserStr, re.IGNORECASE),{ | |||||||
|     K("RC-Key_7"): K("M-Key_7"), |     K("RC-Key_7"): K("M-Key_7"), | ||||||
|     K("RC-Key_8"): K("M-Key_8"), |     K("RC-Key_8"): K("M-Key_8"), | ||||||
|     K("RC-Key_9"): K("M-Key_9"),    # Jump to last tab |     K("RC-Key_9"): K("M-Key_9"),    # Jump to last tab | ||||||
|  |     # Enable Cmd+Shift+Braces for tab navigation | ||||||
|  |     K("RC-Shift-Left_Brace"):   K("C-Page_Up"),     # Go to prior tab | ||||||
|  |     K("RC-Shift-Right_Brace"):  K("C-Page_Down"),   # Go to next tab | ||||||
|  |     # Enable Cmd+Option+Left/Right for tab navigation | ||||||
|     K("RC-M-Left"):             K("C-Page_Up"),     # Go to prior tab |     K("RC-M-Left"):             K("C-Page_Up"),     # Go to prior tab | ||||||
|     K("RC-M-Right"):            K("C-Page_Down"),   # Go to next tab |     K("RC-M-Right"):            K("C-Page_Down"),   # Go to next tab | ||||||
|  |     # Enable Ctrl+PgUp/PgDn for tab navigation | ||||||
|     K("Super-Page_Up"):         K("C-Page_Up"),     # Go to prior tab |     K("Super-Page_Up"):         K("C-Page_Up"),     # Go to prior tab | ||||||
|     K("Super-Page_Down"):       K("C-Page_Down"),   # Go to next tab |     K("Super-Page_Down"):       K("C-Page_Down"),   # Go to next tab | ||||||
|     # Use brace keys for tab navigation instead of page navigation  |     # Use Cmd+Braces keys for tab navigation instead of page navigation  | ||||||
|     # K("C-Left_Brace"): K("C-Page_Up"), |     # K("C-Left_Brace"): K("C-Page_Up"), | ||||||
|     # K("C-Right_Brace"): K("C-Page_Down"), |     # K("C-Right_Brace"): K("C-Page_Down"), | ||||||
| }, "General Web Browsers") | }, "General Web Browsers") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 RedBearAK
					RedBearAK