ruzrobert/ShowDesktopOneMonitor

different command combo

Opened this issue · 6 comments

hi there! I signed up here just to thank you for this. It works perfect!

I would also love to know if there is a way to use a different set of keys for minimizing the windows in the active monitor.

For me, it would be perfect if WIN + D did the trick (replacing the old key combo), or maybe pressing the button that's in the far right end of the taskbar (also replacing the original function for it).

@srodillof Hello! Sorry for the late reply.
I think you can try to edit the OnKeyPressed method, to use WIN + D. Respond if you need help with that.
It is possible, that just replacing the combo there will be enough, considering that program is using User32 library for hooks.
I don't think that it is possible to replace the far right end of the taskbar with that function, but I also never tried to Google that!

@srodillof Have you replaced it yet? Could you share it with me? email: ziqiangxu97@gmail.com thx

Hey, I've tried to do this but any 2-key combination with the Win key (ex. Win - D, Win - <) also opens the Start menu, which is not ideal. Do you have any tips on how to deal with this?

@srodillof Hello! Sorry for the late reply.
I think you can try to edit the OnKeyPressed method, to use WIN + D. Respond if you need help with that.
It is possible, that just replacing the combo there will be enough, considering that program is using User32 library for hooks.
I don't think that it is possible to replace the far right end of the taskbar with that function, but I also never tried to Google that!

Hi Ruzrobert, May I know how to change the short cut to Win+D? Is there any configuration file? Thank you! It's awesome.

I modified it for myself and changed to combination to Alt+1 because it's much easier to do. Here's the release if anyone else wants it

#5
So I guess we are just waiting for the configuration file