[update] make all fields in hotkey struct, pub

main
Shinyzenith 2 years ago
parent 16c079db28
commit 45b3b1b260
No known key found for this signature in database
GPG Key ID: A3DFCDC66E9E2950

@ -31,9 +31,9 @@ impl From<std::io::Error> for Error {
#[derive(Debug)]
pub struct Hotkey {
keysym: evdev::Key,
modifiers: Vec<Modifier>,
command: String,
pub keysym: evdev::Key,
pub modifiers: Vec<Modifier>,
pub command: String,
}
#[derive(Debug, PartialEq, Copy, Clone)]

Loading…
Cancel
Save