From 482de09dccffc1bcb9f3d9841c3d7cfae827d31c Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sun, 28 Feb 2021 22:29:05 -0600 Subject: [PATCH 1/2] - Removed extra spacing on remap comments --- linux/kinto.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux/kinto.py b/linux/kinto.py index 131b9744..acf65047 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -368,8 +368,8 @@ K("C-g"): K("f3"), # find_next K("Shift-f3"): pass_through_key, # cancel find_prev K("C-Shift-g"): K("Shift-f3"), # find_prev - # K("Super-c"): K("LC-c"), # Default - Terminal - Sigint - # K("Super-x"): K("LC-x"), # Default - Terminal - Exit nano + # K("Super-c"): K("LC-c"), # Default - Terminal - Sigint + # K("Super-x"): K("LC-x"), # Default - Terminal - Exit nano # K("M-c"): K("LC-c"), # Chromebook/IBM - Terminal - Sigint # K("M-x"): K("LC-x"), # Chromebook/IBM - Terminal - Exit nano # K("Super-C-g"): K("C-f2"), # Default - Sublime - find_all_under @@ -382,8 +382,8 @@ # Keybindings for Sublime Text define_keymap(re.compile("Sublime_text", re.IGNORECASE),{ - # K("Super-c"): K("LC-c"), # Default - Terminal - Sigint - # K("Super-x"): K("LC-x"), # Default - Terminal - Exit nano + # K("Super-c"): K("LC-c"), # Default - Terminal - Sigint + # K("Super-x"): K("LC-x"), # Default - Terminal - Exit nano # K("M-c"): K("LC-c"), # Chromebook/IBM - Terminal - Sigint # K("M-x"): K("LC-x"), # Chromebook/IBM - Terminal - Exit nano K("Super-Space"): K("C-Space"), # Basic code completion From a34acfb0b595751d88ca80bf45366bd968a2cc82 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Wed, 10 Mar 2021 23:59:34 -0600 Subject: [PATCH 2/2] - Added xfreerdp to Linux --- linux/kinto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/kinto.py b/linux/kinto.py index acf65047..89e87f81 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -17,7 +17,7 @@ # Add remote desktop clients & VM software here # Ideally we'd only exclude the client window, # but that may not be easily done. -remotes = ["org.remmina.Remmina"] +remotes = ["org.remmina.Remmina","xfreerdp"] remotes = [client.casefold() for client in remotes] # Add remote desktop clients & VMs for no remapping