From 4b11d379bd0459dc399db57e50d868f8d87ed4dc Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Sat, 5 Oct 2024 01:05:47 -0800 Subject: [PATCH] Dolphin dialog fix, CosmicTerm font size shortcut --- default-toshy-config/toshy_config.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/default-toshy-config/toshy_config.py b/default-toshy-config/toshy_config.py index fb66250..a733f6a 100644 --- a/default-toshy-config/toshy_config.py +++ b/default-toshy-config/toshy_config.py @@ -3418,6 +3418,7 @@ def getDK(): "Edit Places Entry.*", "Create New File.*", "Folder Already Exists.*", + "File Already Exists.*", ] # Convert list to regex pattern string dlgs_Dolphin_Enter_is_Enter_Str = toRgxStr(dlgs_Dolphin_Enter_is_Enter) @@ -4208,9 +4209,10 @@ def getDK(): }, when = matchProps(clas="^alacritty$")) -# keymap("COSMIC Terminal overrides", { -# # Not sure what to put here yet. There are tab nav fixes in the usual place. -# }, when = matchProps(clas="^com.system76.CosmicTerm$")) +keymap("COSMIC Terminal overrides", { + # There are already tab nav fixes in the usual place. + C("RC-equal"): C("C-equal"), # Increase font size (override general terminals remap) +}, when = matchProps(clas="^com.system76.CosmicTerm$")) keymap("Deepin Terminal overrides", {