From aadfafac4ac51f3213795fb5afe688be3c83d518 Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Sat, 11 Jun 2022 07:22:44 -0400 Subject: [PATCH] (enh) Map clear log for alacritty terminal --- linux/kinto.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linux/kinto.py b/linux/kinto.py index 381da10..e825fb7 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -769,6 +769,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