poush / H2

Supporting light weight extensions for heavy task lifting
MIT License
16 stars 32 forks source link

Add a shortcut key and tray menu item to reset alwaysOnTop #40

Closed poush closed 5 years ago

poush commented 5 years ago

There are some random cases when alwaysOnTop fails, we have to provide the key combination to reset it so that it can be shown again.

matheushf commented 5 years ago

Can you show some highlighted code? Some details about where is this happening on your repo, what file/line etc

poush commented 5 years ago

It's just a single line for this https://github.com/poush/H2/blob/master/main.js#L29. You will need to add a global keyboard binding and set this config again inside it. A suggestion for the keyboard binding would be alt + shift + t

saravanan10393 commented 5 years ago

@poush I take this.