input: Use existing message to open keyboard shortcuts
This commit is contained in:
parent
154c67ee6a
commit
750cd299b2
3 changed files with 14 additions and 16 deletions
|
|
@ -23,7 +23,6 @@ pub enum Message {
|
|||
PrimaryButtonSelected(cosmic::widget::segmented_button::Entity),
|
||||
// seperate close message, to make sure another isn't closed?
|
||||
ExpandInputSourcePopover(Option<String>),
|
||||
OpenKeyboardShortcuts,
|
||||
OpenSpecialCharacterDialog(keyboard::SpecialKey),
|
||||
CloseSpecialCharacterDialog,
|
||||
SpecialCharacterSelect(Option<&'static str>),
|
||||
|
|
@ -146,7 +145,6 @@ impl Page {
|
|||
}
|
||||
}
|
||||
}
|
||||
Message::OpenKeyboardShortcuts => {}
|
||||
}
|
||||
iced::Command::none()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue