From 2101d5ac37d65114781a84b889d96eafe768860a Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 20 Jul 2023 17:42:47 +0000 Subject: 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. --- extra/man/alacritty-bindings.5.scd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extra') 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"_ -- cgit v1.2.3-54-g00ecf