Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
lib: Change default section switch keys
Erik Kundt committed 1 year ago
commit 4f8696657a313b65fef3dc52dfe470dcb7a1874e
parent 31e4a2bb423526e3cea49e4c7e19ae0faf5ae1ae
1 file changed +2 -2
modified src/ui/widget/container.rs
@@ -682,10 +682,10 @@ where

        if props.handle_keys {
            match key {
-
                Key::Left => {
+
                Key::BackTab => {
                    self.prev();
                }
-
                Key::Right => {
+
                Key::Char('\t') => {
                    self.next(self.sections.len());
                }
                _ => {}