add Ctrl+Minus to decrease font size in alacritty

This commit is contained in:
krolxon 2025-04-25 12:39:19 +05:30
parent 91e027dfcf
commit f6341a766f
3 changed files with 18 additions and 1 deletions

View File

@ -108,6 +108,11 @@ action = "DecreaseFontSize"
key = "NumpadSubtract" key = "NumpadSubtract"
mods = "Control" mods = "Control"
[[keyboard.bindings]]
action = "DecreaseFontSize"
key = "Minus"
mods = "Control"
[[keyboard.bindings]] [[keyboard.bindings]]
action = "ClearLogNotice" action = "ClearLogNotice"
key = "L" key = "L"

View File

@ -107,6 +107,12 @@ action = "DecreaseFontSize"
key = "NumpadSubtract" key = "NumpadSubtract"
mods = "Control" mods = "Control"
[[keyboard.bindings]]
action = "DecreaseFontSize"
key = "Minus"
mods = "Control"
[[keyboard.bindings]] [[keyboard.bindings]]
action = "ClearLogNotice" action = "ClearLogNotice"
key = "L" key = "L"
@ -598,7 +604,8 @@ semantic_escape_chars = ",│`|:\"' ()[]{}<>"
[window] [window]
decorations = "none" decorations = "none"
dynamic_padding = false dynamic_padding = false
opacity = 0.8 # opacity = 0.8
opacity = 0.5
startup_mode = "Maximized" startup_mode = "Maximized"
[window.dimensions] [window.dimensions]

View File

@ -107,6 +107,11 @@ action = "DecreaseFontSize"
key = "NumpadSubtract" key = "NumpadSubtract"
mods = "Control" mods = "Control"
[[keyboard.bindings]]
action = "DecreaseFontSize"
key = "Minus"
mods = "Control"
[[keyboard.bindings]] [[keyboard.bindings]]
action = "ClearLogNotice" action = "ClearLogNotice"
key = "L" key = "L"