Open the Microsoft Windows NT Security dialog box (On Remote Desktop Connection)
CTRL+ALT+HOME
CTRL+SHIFT+END
CTRL+ALT+END
CTRL+ALT+BREAK
Display the Windows menu (On Remote Desktop Connection)
CTRL+DELETE
ALT+DELETE
ALT+SHIFT+DELETE
ALT+Windows Logo
Switch High Contrast either on or off.
Right ALT+Right SHIFT+PRINT SCREEN
Left ALT+Right SHIFT+PRINT SCREEN
Left ALT+left SHIFT+PRINT SCREEN
Left CTRL+left SHIFT+PRINT SCREEN
Move backward through the tabs (On Dialog Box)
CTRL+ALT+TAB
CTRL+SHIFT+TAB
ALT+SHIFT+TAB
CTRL+SHIFT+(-)
Display the Start menu
CTRL+ALT+SHIFT
CTRL+Windows Logo
CTRL+SHIFT
CTRL+ESC
Switch the client computer between a window and a full screen (On Remote Desktop Connection)
How to specify the indent width of the text in vi editor
:set sw=4
:set aw=4
:set iw=4
:set ai
vi editor is built upon one of the following editors
emacs
view
ex
ed
To check for any hanging paranthesis use the command
#
%
[
}
The following command takes you to insert mode in a new line below the current cursor position
I
O
a
o