mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-21 14:45:51 +00:00
Group related code
This commit is contained in:
parent
a260993342
commit
788af1edc3
@ -99,12 +99,12 @@ impl ApplicationHandler for App {
|
||||
}
|
||||
|
||||
match logical_key {
|
||||
Key::Named(NamedKey::ArrowDown) => {
|
||||
self.view.parent_of_selected_mut().select_next();
|
||||
}
|
||||
Key::Named(NamedKey::ArrowRight) => {
|
||||
self.view.selected_mut().select_last();
|
||||
}
|
||||
Key::Named(NamedKey::ArrowDown) => {
|
||||
self.view.parent_of_selected_mut().select_next();
|
||||
}
|
||||
Key::Named(NamedKey::ArrowUp) => {
|
||||
self.view.parent_of_selected_mut().select_previous();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user