input: Use existing message to open keyboard shortcuts

This commit is contained in:
Ian Douglas Scott 2023-08-29 14:57:19 -07:00 committed by Ian Douglas Scott
parent 154c67ee6a
commit 750cd299b2
3 changed files with 14 additions and 16 deletions

View file

@ -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()
}