mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-22 07:05:53 +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 {
|
match logical_key {
|
||||||
Key::Named(NamedKey::ArrowDown) => {
|
|
||||||
self.view.parent_of_selected_mut().select_next();
|
|
||||||
}
|
|
||||||
Key::Named(NamedKey::ArrowRight) => {
|
Key::Named(NamedKey::ArrowRight) => {
|
||||||
self.view.selected_mut().select_last();
|
self.view.selected_mut().select_last();
|
||||||
}
|
}
|
||||||
|
Key::Named(NamedKey::ArrowDown) => {
|
||||||
|
self.view.parent_of_selected_mut().select_next();
|
||||||
|
}
|
||||||
Key::Named(NamedKey::ArrowUp) => {
|
Key::Named(NamedKey::ArrowUp) => {
|
||||||
self.view.parent_of_selected_mut().select_previous();
|
self.view.parent_of_selected_mut().select_previous();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user