Explorar el Código

Fix deprecated keys

- Substract
- Add
DricomDragon hace 4 años
padre
commit
5d918aab3b
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      Install/Templates/home/config/alacritty/alacritty.yml

+ 1 - 2
Install/Templates/home/config/alacritty/alacritty.yml

@@ -110,8 +110,7 @@ key_bindings:
   - { key: Insert,   mods: Shift,         action: PasteSelection   }
   - { key: Key0,     mods: Control,       action: ResetFontSize    }
   - { key: Equals,   mods: Control,       action: IncreaseFontSize }
-  - { key: Add,      mods: Control,       action: IncreaseFontSize }
-  - { key: Subtract, mods: Control,       action: DecreaseFontSize }
+  - { key: Plus,     mods: Control,       action: IncreaseFontSize }
   - { key: Minus,    mods: Control,       action: DecreaseFontSize }
 
   - { key: Paste,                    action: Paste                            }