Feature request: auto-hide menus in fullscreen

Asked by Alex Jones

Would it be possible to auto-hide the menus / tabs / toolbars in fullscreen mode, as happens in Firefox, for example? It would be great to be able to read without losing any vertical screen space.

(This is sort of related to question 241312.)

Question information

Language:
English Edit question
Status:
Solved
For:
qpdfview Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Jones
Solved:
Last query:
Last reply:
Revision history for this message
Adam Reichold (adamreichold) said :
#1

Hello again,

we toyed with something like this once but the increase in vertical space didn't seem to warrant the usability problems. In any case, I think an even simpler way to add this would be a (configurable) keyboard shortcut to hide/show the menu and tool bars? Do you agree, if so, I'd add this to qpdfview's trunk when I find the time so you could try this out.

Best regards, Adam.

Revision history for this message
Adam Reichold (adamreichold) said :
#2

Added configurable shortcuts to toggle tool bars and the menu bar in trunk revision 1547. Please try it out and report your findings. Thanks.

Revision history for this message
Alex Jones (alex.jones) said :
#3

That works, thanks for the quick reply!

Some thoughts:
  * a settings option to hide everything as soon as you enter full-screen mode would be great;
  * Ctrl-Alt-T is often used for Launch Terminal;
  * a single shortcut to hide everything might be easier to use?

Best,
Adam.

Revision history for this message
Adam Reichold (adamreichold) said :
#4

Hello,

concerning your observations:

* A setting to toggle tool bar and menu when toggling fullscreen seems sensible. I'll look into it.

* I actually use that shortcut. :-) I wanted to keep it consistent yet prevent it from be triggered accidentally. I'll change the default to "Shift+Alt+T/M" then but it is configurable in any case.

* Might be easier but is less flexible. The setting regarding fullscreen mode should remove the additional key press completely in most cases.

Best regards, Adam.

Revision history for this message
Adam Reichold (adamreichold) said :
#5

Added the setting to trunk revision 1549. Please test and comment. Thanks.

Revision history for this message
Alex Jones (alex.jones) said :
#6

Thanks, that works great! One final thing: would it be possible to also hide the tab bar? (I'm basically looking to reproduce Firefox's behvaiour, where F11 hides everything except the content.)

Best,
Adam.

Revision history for this message
Adam Reichold (adamreichold) said :
#7

Ok, to keep it simple, trunk revision 1550 considers the tab bar as another tool bar...

Revision history for this message
Alex Jones (alex.jones) said :
#8

Perfect. Thanks again!