diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-23 02:15:40 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-23 02:15:40 +0900 |
| commit | ea7780d72eaf9566bd6468c298959d9d4b6db3a3 (patch) | |
| tree | 8382f0f8755642e8c4cbbd2dc846662d8ecc50a2 | |
| parent | ecf29f0e4358d66a3ea1e5e8e6fdccce77294f07 (diff) | |
| download | dotfiles-ea7780d72eaf9566bd6468c298959d9d4b6db3a3.tar.gz dotfiles-ea7780d72eaf9566bd6468c298959d9d4b6db3a3.tar.zst dotfiles-ea7780d72eaf9566bd6468c298959d9d4b6db3a3.zip | |
alacritty: fix broken workaround
| -rw-r--r-- | .config/alacritty/alacritty.macos.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/alacritty/alacritty.macos.toml b/.config/alacritty/alacritty.macos.toml index aa00447..625e522 100644 --- a/.config/alacritty/alacritty.macos.toml +++ b/.config/alacritty/alacritty.macos.toml @@ -34,6 +34,6 @@ mods = "Command" # Alacritty v0.11.0-rc1 or later emits Yen symbol when you type Yen key # even if you set "backslash" to "a character by Yen key". # See also: https://github.com/rust-windowing/winit/issues/2577 -# [[keyboard.bindings]] -# chars = "\\" -# key = "Yen" +[[keyboard.bindings]] +chars = "\\" +key = "¥" |
