Merge pull request #704 from joshgoebel/patch-9

(enh) Map clear log for alacritty terminal
This commit is contained in:
Ben Reaves
2022-06-15 21:26:52 -05:00
committed by GitHub

View File

@@ -771,6 +771,10 @@ define_keymap(re.compile("^deepin-terminal$", re.IGNORECASE),{
K("RC-equal"): K("C-equal"), # Increase font size/zoom in
},"Deepin Terminal fixes")
define_keymap(re.compile("alacritty", re.IGNORECASE),{
K("RC-K"): K("C-L"), # clear log
})
define_keymap(re.compile(termStr, re.IGNORECASE),{
K("LC-RC-f"): K("M-F10"), # Toggle window maximized state
# K("RC-Grave"): K("Super-Tab"), # xfce4 Switch within app group