mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-02 09:06:40 +02:00
Merge pull request #704 from joshgoebel/patch-9
(enh) Map clear log for alacritty terminal
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user