From 07e1d44e7d60673d463bcf752dbaa63d9712d2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Fern=C3=A1ndez?= Date: Sat, 12 Dec 2020 22:37:26 +0100 Subject: [PATCH] Add Hyper terminal Recently stumbled upon this tool to use the Mac keyboard under Linux and Windows. It works great! Hyper (https://hyper.is/) is already added for Windows, not so for Linux! --- xkeysnail-config/kinto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xkeysnail-config/kinto.py b/xkeysnail-config/kinto.py index 0c5526f..592b585 100644 --- a/xkeysnail-config/kinto.py +++ b/xkeysnail-config/kinto.py @@ -7,7 +7,7 @@ from xkeysnail.transform import * # Use the following for testing terminal keymaps # terminals = [ "", ... ] # xbindkeys -mk -terminals = ["kinto-gui.py","gnome-terminal","konsole","io.elementary.terminal","terminator","sakura","guake","tilda","xterm","eterm","kitty","alacritty","mate-terminal","tilix","xfce4-terminal"] +terminals = ["kinto-gui.py","gnome-terminal","konsole","io.elementary.terminal","terminator","sakura","guake","tilda","xterm","eterm","kitty","alacritty","mate-terminal","tilix","xfce4-terminal","hyper"] terminals = [term.casefold() for term in terminals] termStr = "|".join(str(x) for x in terminals)