mirror of
https://codeberg.org/icewind/evdev-shortcut.git
synced 2026-06-03 10:04:11 +02:00
pub shortcut fields
This commit is contained in:
parent
af80a5b16c
commit
4189e6ae1b
3 changed files with 5 additions and 5 deletions
|
|
@ -155,8 +155,8 @@ impl FromStr for ModifierList {
|
|||
#[derive(Clone, Debug, Hash, PartialEq, Eq, Display, FromStr)]
|
||||
#[display("{modifiers}-{key}")]
|
||||
pub struct Shortcut {
|
||||
modifiers: ModifierList,
|
||||
key: Key,
|
||||
pub modifiers: ModifierList,
|
||||
pub key: Key,
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue