View Single Post
Posts: 224 | Thanked: 155 times | Joined on Jan 2011
#2160
Originally Posted by sdpkom View Post
Stupid question, but I couldn't solve it for 2 days.

I opened a pdf in full screen.
You need to press esc to get out.

No esc key.
The pdf is above the on screen keyboard.

Is there a key combination that escapes?

Thanks
heres an easier solution

edit /home/user/.config/openbox/lxde-rc.xml

change

<keybind key="F11">
<action name="ToggleFullscreen"/>
</keybind>

to

<keybind key="C-comma">
<action name="ToggleFullscreen"/>
</keybind>

then you can use CTRL-<comma> to toggle every app back and to fullscreen.
 

The Following User Says Thank You to leetnoob For This Useful Post: