Skip to content

added clipboard support #372

Open
niminypiminy wants to merge 39 commits intoDioxusLabs:mainfrom
niminypiminy:main
Open

added clipboard support #372
niminypiminy wants to merge 39 commits intoDioxusLabs:mainfrom
niminypiminy:main

Conversation

@niminypiminy
Copy link

added copy, cut, paste to domeventdata and domeventkind
added keyboard shortcuts, copy, cut, paste
enabled wayland-data-control feature for arboard
added new ui events
integrated with shell....

tested on linux. works with keyboard shortcuts.
did not test on windows or macos.

@niminypiminy
Copy link
Author

for the other operating systems, I suspect you will need to drop the wayland-data-control feature. perhaps something like

[target.'cfg(not(target_os = "linux"))'.dependencies]
arboard = "3.6.1"

[target.'cfg(target_os = "linux")'.dependencies]
arboard = { version = "3.6.1", features = ["wayland-data-control"] }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant