aboutsummaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-07-20 17:42:47 +0000
committerGitHub <noreply@github.com>2023-07-20 17:42:47 +0000
commit2101d5ac37d65114781a84b889d96eafe768860a (patch)
treebcce739b4ec65e6676d3c0156676435f8fd15a0b /extra
parentbf671412cef2e99d0c2ee3d0350dc4576fb63725 (diff)
downloadalacritty-2101d5ac37d65114781a84b889d96eafe768860a.tar.gz
alacritty-2101d5ac37d65114781a84b889d96eafe768860a.zip
Fix keys like `+` not working on neo layouts
The key_without_modifier removes all the modifiers including the multiple shift levels, which is not desired. In alacritty we just wanted to treat uppercase and lowercase latters the same, which we can with the help of builtin functions.
Diffstat (limited to 'extra')
-rw-r--r--extra/man/alacritty-bindings.5.scd6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/man/alacritty-bindings.5.scd b/extra/man/alacritty-bindings.5.scd
index ddd4a6ea..6ad98680 100644
--- a/extra/man/alacritty-bindings.5.scd
+++ b/extra/man/alacritty-bindings.5.scd
@@ -197,11 +197,11 @@ configuration. See *alacritty*(5) for full configuration format documentation.
:[
: _"Vi|~Search"_
: _"First"_
-| _"4"_
+| _"$"_
: _"Shift"_
: _"Vi|~Search"_
: _"Last"_
-| _"6"_
+| _"^"_
: _"Shift"_
: _"Vi|~Search"_
: _"FirstOccupied"_
@@ -241,7 +241,7 @@ configuration. See *alacritty*(5) for full configuration format documentation.
: _"Shift"_
: _"Vi|~Search"_
: _"WordRightEnd"_
-| _"5"_
+| _"%"_
: _"Shift"_
: _"Vi|~Search"_
: _"Bracket"_