Add support for primary clipboard
This commit is contained in:
parent
7615b2240c
commit
4155edab8d
7 changed files with 96 additions and 1 deletions
|
|
@ -200,7 +200,9 @@ pub use crate::core::{
|
|||
|
||||
pub mod clipboard {
|
||||
//! Access the clipboard.
|
||||
pub use crate::runtime::clipboard::{read, write};
|
||||
pub use crate::runtime::clipboard::{
|
||||
read, read_primary, write, write_primary,
|
||||
};
|
||||
}
|
||||
|
||||
pub mod executor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue