From 462be49a21b79132e4aff877a4d33c1c786b522b Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Fri, 15 Nov 2019 14:10:04 -0800 Subject: [PATCH] Add fullscreen to winddow management --- source/5/5.4/window_management.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/5/5.4/window_management.rst b/source/5/5.4/window_management.rst index ec2bc62d..29fa17af 100644 --- a/source/5/5.4/window_management.rst +++ b/source/5/5.4/window_management.rst @@ -32,7 +32,8 @@ Useful keyboard shortcuts - Switching through windows :kbd:`Hold Alt + hit Tab` - To switch between tabs in the reverse direction :kbd:`Hold Alt + Shift+Tab` - Show desktop with :kbd:`Control + Alt + D`. -- To open the normally on the left hand top corner press :kbd:`Alt+Space`. +- To open the normally on the left hand top corner press :kbd:`Alt+Space`. +- To make a window fullscreen press :kbd:`F11` and then press :kbd:`F11` again to make it not fullscreen. Virtual Desktop Switching -------------------------