Add shortcuts for browser prev and next tab switching

This commit is contained in:
Mark Mercado
2021-03-28 21:45:35 -04:00
parent c8b169b6a0
commit e60f7cffea

View File

@@ -234,6 +234,8 @@ define_keymap(re.compile(browserStr, re.IGNORECASE),{
K("RC-Key_7"): K("M-Key_7"),
K("RC-Key_8"): K("M-Key_8"),
K("RC-Key_9"): K("M-Key_9"), # Jump to last tab
K("C-Left_Brace"): K("C-Page_Up"),
K("C-Right_Brace"): K("C-Page_Down"),
})
# Open preferences in browsers