Skip to content

Commit

Permalink
Merge pull request #418 from RedBearAK/dev_beta
Browse files Browse the repository at this point in the history
Dolphin dialog fix, CosmicTerm font size shortcut
  • Loading branch information
RedBearAK authored Oct 5, 2024
2 parents 58b7285 + 4b11d37 commit 2803fcf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions default-toshy-config/toshy_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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", {
Expand Down

0 comments on commit 2803fcf

Please sign in to comment.