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

Enable native clipboard provider by default #718

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

equalsraf
Copy link
Owner

@equalsraf equalsraf commented Jul 2, 2020

After successfully loading the shim call GuiClipboard to enable the
native GUI clipboard by default.

ref #298

A new command GuiClipboard can be used to configure the clipboard.


There is still plenty to do here

  • we need a way to disable this if needed - either QSettings or ginit
  • autocommands are in place to reconfigure when a UI attaches/detaches, but I have yet to test this
  • tests, tests and more tests

@equalsraf equalsraf self-assigned this Sep 13, 2020
@equalsraf equalsraf force-pushed the tb-enable-gui-clipboard branch 3 times, most recently from 4c6311f to 95a301c Compare February 3, 2022 00:21
After successfuly loading the shim call GuiClipboard to enable the
native GUI clipboard.

- A new command GuiClipboard enables/disables the clipboard.
- Internally the Shim keeps the state of the setting and sets autocommands
  to reconfigure the clipboard on UI attachment.

The old function GuiClipboard is kept for compatibility.

ref #298
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