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

Add ctrl+q and prepare ctrl+w keybinds #205

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hugeblank
Copy link

Description

Fixes #204

Lifts event handler logic from paste image support (#167).

Includes some commented out logic for compatibility with systray (#166) when/if merged. Requires TRAY_LABEL in tray.rs be exposed as public.

If I catch that the referenced PRs get merged before this one I'll resolve conflicts and uncomment code as necessary. That said, this PR on its own is ready to be merged if the maintainers want to handle the conflicts and changes I've mentioned.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Does what title says.

Lifts event handler logic from paste image support (cinnyapp#167).

Includes some commented out logic for compatibility with systray (cinnyapp#166) when/if merged. Requires TRAY_LABEL be exposed as public, however.
to uncomment when cinnyapp#166 is merged.
@github-actions
Copy link

github-actions bot commented Sep 26, 2023

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@hugeblank
Copy link
Author

I have read the CLA Document and I hereby sign the CLA

@hugeblank
Copy link
Author

recheck

ajbura added a commit to cinnyapp/cla that referenced this pull request Sep 26, 2023
@hugeblank
Copy link
Author

Decided to build my PR and test it in production and it doesn't work. This threw me off because it worked in the dev environment. There's an open issue tracking the inability to set global shortcuts on wayland (tauri-apps/tauri#3578), and I think that's the issue now. Guess this PR is blocked until it gets fixed. Fun.

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.

Close window with ctrl+q/ctrl+w
1 participant