zellij/default-plugins/session-manager/src
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
..
ui fix(ui): session manager UI fixes (#3226) 2024-03-26 16:37:42 +01:00
main.rs feat(keybindings): support multiple modifiers (eg. Ctrl+Alt) and the kitty keyboard protocol (#3383) 2024-05-27 16:15:09 +02:00
new_session_info.rs feat(keybindings): support multiple modifiers (eg. Ctrl+Alt) and the kitty keyboard protocol (#3383) 2024-05-27 16:15:09 +02:00
resurrectable_sessions.rs fix(resurrection): some ui fixes (#3264) 2024-04-15 17:06:29 +02:00
session_list.rs feat(sessions): welcome screen (#3112) 2024-02-06 14:26:14 +01:00