1
0
Fork 0

alacritty: disable using F11 for fullscreen

This commit is contained in:
Pratham Patel 2022-12-21 08:34:56 +05:30
parent 8e948d4495
commit b6312efb51
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
key_bindings:
- { key: V, mods: Control|Shift, action: Paste }
- { key: C, mods: Control|Shift, action: Copy }
- { key: F11, mods: None, action: ToggleFullscreen }
- { key: L, mods: Control, chars: "\x0c" }
- { key: Key0, mods: Control, action: ResetFontSize }