Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

Use SHELLHOOK#7

Merged
ShankarBUS merged 1 commit intomainfrom
test
Jul 30, 2020
Merged

Use SHELLHOOK#7
ShankarBUS merged 1 commit intomainfrom
test

Conversation

@ADeltaX
Copy link
Copy Markdown
Member

@ADeltaX ADeltaX commented Jul 29, 2020

Basically only if you press audio/media/brightness keys (excluding software changes) the flyout will be shown.

This PR should fix #4

Basically only if you press audio/media/brightness keys (excluding software changes) the flyout will be shown
@ShankarBUS
Copy link
Copy Markdown
Member

Shall I merge this now or do you want me to wait?

Comment on lines +244 to +247
private void CreateWndProc()
{
var wih = new WindowInteropHelper(FlyoutWindow);
var hWnd = wih.Handle;
var hWnd = wih.EnsureHandle();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noice!

@ShankarBUS ShankarBUS added the Enhancement New feature or request label Jul 30, 2020
@ShankarBUS
Copy link
Copy Markdown
Member

ShankarBUS commented Jul 30, 2020

I'm merging this now. If you want to make any changes, you can directly commit to the main branch (you are a collaborator, you can do that right?)

@ShankarBUS ShankarBUS merged commit adda5df into main Jul 30, 2020
@ShankarBUS ShankarBUS deleted the test branch July 30, 2020 05:04
Samuel12321 added a commit that referenced this pull request Sep 25, 2020
* Fix #38 & #39

1. Fix - Accent color in flyout doesn't change with system accent color. #38
2. Added support for monochrome tray icon #39

* Fix - Trying to delete the "comma" in flyout postion crashes the app #52

Co-authored-by: Shankar <shankarbus04082001@hotmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Audio flyout is not shown when the volume is changed through means other than media keys

2 participants