zellij/default-plugins/fixture-plugin-for-tests
Aram Drevekenin 62c37a87cc
feat(keybindings): support multiple modifiers (eg. Ctrl+Alt) and the kitty keyboard protocol (#3383)
* parse kitty keys from STDIN

* work

* work

* replace internal Key representation with the new KeyWithModifier in all the places

* work

* work

* allow disabling with config

* adjust ordering

* handle enabling/disabling properly on the client

* support multiple modifiers without kitty too

* normalize uppercase keys

* get tests to pass

* various cleanups

* style(fmt): rustfmt
2024-05-27 16:15:09 +02:00
..
.cargo feat(plugins): Plugin workers and strider (#2449) 2023-05-16 12:47:18 +02:00
src feat(keybindings): support multiple modifiers (eg. Ctrl+Alt) and the kitty keyboard protocol (#3383) 2024-05-27 16:15:09 +02:00
Cargo.toml feat(plugins): Plugin workers and strider (#2449) 2023-05-16 12:47:18 +02:00
LICENSE.md feat(plugins): Plugin workers and strider (#2449) 2023-05-16 12:47:18 +02:00