فهرست منبع

Fix deprecated keys

- Substract
- Add
DricomDragon 4 سال پیش
والد
کامیت
5d918aab3b
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  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                            }