Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate the possibility of conditionally enabling UWP API's #74

Open
geluk opened this issue Nov 28, 2020 · 0 comments
Open

Investigate the possibility of conditionally enabling UWP API's #74

geluk opened this issue Nov 28, 2020 · 0 comments

Comments

@geluk
Copy link
Owner

geluk commented Nov 28, 2020

The immediate cause for this is #72 (Clipboard history items are not deleted).
This happens because we don't have any support for the clipboard history API, since it's Windows 10-only.

I looked into this a little more, and I found that there is actually some good documentation now on how this can be done.
The clipboard history API is UWP-only, while pass-winmenu also supports Windows 8 and will still run on Windows 7 as well. I'd rather not lose that, but it looks like there may actually be a way to use this API and still target multiple Windows versions.

I'm going to experiment with this a bit to see if this can be made to work on pass-winmenu.

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

No branches or pull requests

1 participant