alacritty(darwin): Bind Alt+letter as "Esc letter"
This commit is contained in:
parent
c465a39794
commit
6f523f9d8a
1 changed files with 30 additions and 0 deletions
|
|
@ -41,3 +41,33 @@ font:
|
||||||
# for retina displays, but for non-retina you probably want this set to
|
# for retina displays, but for non-retina you probably want this set to
|
||||||
# false.
|
# false.
|
||||||
use_thin_strokes: true
|
use_thin_strokes: true
|
||||||
|
|
||||||
|
# Bind all the Alt+[letter] combinations to avoid getting the special
|
||||||
|
# characters from Option+[letter].
|
||||||
|
key_bindings:
|
||||||
|
- { key: A, mods: Alt, chars: "\x1ba" }
|
||||||
|
- { key: B, mods: Alt, chars: "\x1bb" }
|
||||||
|
- { key: C, mods: Alt, chars: "\x1bc" }
|
||||||
|
- { key: D, mods: Alt, chars: "\x1bd" }
|
||||||
|
- { key: E, mods: Alt, chars: "\x1be" }
|
||||||
|
- { key: F, mods: Alt, chars: "\x1bf" }
|
||||||
|
- { key: G, mods: Alt, chars: "\x1bg" }
|
||||||
|
- { key: H, mods: Alt, chars: "\x1bh" }
|
||||||
|
- { key: I, mods: Alt, chars: "\x1bi" }
|
||||||
|
- { key: J, mods: Alt, chars: "\x1bj" }
|
||||||
|
- { key: K, mods: Alt, chars: "\x1bk" }
|
||||||
|
- { key: L, mods: Alt, chars: "\x1bl" }
|
||||||
|
- { key: M, mods: Alt, chars: "\x1bm" }
|
||||||
|
- { key: N, mods: Alt, chars: "\x1bn" }
|
||||||
|
- { key: O, mods: Alt, chars: "\x1bo" }
|
||||||
|
- { key: P, mods: Alt, chars: "\x1bp" }
|
||||||
|
- { key: Q, mods: Alt, chars: "\x1bq" }
|
||||||
|
- { key: R, mods: Alt, chars: "\x1br" }
|
||||||
|
- { key: S, mods: Alt, chars: "\x1bs" }
|
||||||
|
- { key: T, mods: Alt, chars: "\x1bt" }
|
||||||
|
- { key: U, mods: Alt, chars: "\x1bu" }
|
||||||
|
- { key: V, mods: Alt, chars: "\x1bv" }
|
||||||
|
- { key: W, mods: Alt, chars: "\x1bw" }
|
||||||
|
- { key: X, mods: Alt, chars: "\x1bx" }
|
||||||
|
- { key: Y, mods: Alt, chars: "\x1by" }
|
||||||
|
- { key: Z, mods: Alt, chars: "\x1bz" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue