Hello,
I tried to minimize notepad++ using the windows default keyboard shortcut ALT+SPACE+N which, sadly, did not work. Other shortcuts using ALT-SPACE don't work as well.
Is there any other way to emulate the minimizing *without* switching back to non-Post-It view? And are there chances for implementing the shortcuts mentioned above?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
FullScreen and Post-It remove the title bar from Notepad++ window, so it can no longer display the system menu while in such viewing mode.
One would have to trap this command, but this is done by Window at low level. So... I wonder how it could work, apart perhaps with a custom keyboard driver.
CChris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I tried to minimize notepad++ using the windows default keyboard shortcut ALT+SPACE+N which, sadly, did not work. Other shortcuts using ALT-SPACE don't work as well.
Is there any other way to emulate the minimizing *without* switching back to non-Post-It view? And are there chances for implementing the shortcuts mentioned above?
Thanks.
FullScreen and Post-It remove the title bar from Notepad++ window, so it can no longer display the system menu while in such viewing mode.
One would have to trap this command, but this is done by Window at low level. So... I wonder how it could work, apart perhaps with a custom keyboard driver.
CChris