mirror of
https://codeberg.org/icewind/shortcutd.git
synced 2026-06-03 17:24:08 +02:00
reexport shortcut types
This commit is contained in:
parent
1f5b9a129f
commit
f136a1222c
2 changed files with 2 additions and 4 deletions
|
|
@ -1,9 +1,8 @@
|
||||||
use clap::Parser;
|
use clap::Parser;
|
||||||
use evdev_shortcut::Shortcut;
|
|
||||||
use futures::pin_mut;
|
use futures::pin_mut;
|
||||||
use futures::stream::iter;
|
use futures::stream::iter;
|
||||||
use futures::StreamExt;
|
use futures::StreamExt;
|
||||||
use shortcutd::ShortcutClient;
|
use shortcutd::{Shortcut, ShortcutClient};
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
|
|
||||||
#[derive(Parser, Debug)]
|
#[derive(Parser, Debug)]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
pub use evdev_shortcut::Shortcut;
|
pub use evdev_shortcut::{Key, Modifier, ModifierList, Shortcut, ShortcutEvent, ShortcutState};
|
||||||
use evdev_shortcut::{ShortcutEvent, ShortcutState};
|
|
||||||
use futures::Stream;
|
use futures::Stream;
|
||||||
use futures::StreamExt;
|
use futures::StreamExt;
|
||||||
use zbus::dbus_proxy;
|
use zbus::dbus_proxy;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue