Dialog Box - Keyboard Shortcuts

1. CTRL+TAB (Move forward through the tabs)
2. CTRL+SHIFT+TAB (Move backward through the tabs)
3. TAB (Move forward through the options)
4. SHIFT+TAB (Move backward through the options)
5. ALT+Underlined letter (Perform the corresponding command or select the corresponding option)
6. ENTER (Perform the command for the active option or button)
7. SPACEBAR (Select or clear the check box if the active option is a check box)
8. Arrow keys (Select a button if the active option is a group of option buttons)
9. F1 key (Display Help)
10. F4 key (Display the items in the active list)
11. BACKSPACE (Open a folder one level up if a folder is selected in the Save As or Open dialog box)



Keyboard Shortcuts -Microsoft Windows Part 2

Keyboard Shortcuts -Microsoft Windows

01. CTRL+A (Select all)
02. F3 key (Search for a file or a folder)
03. ALT+ENTER (View the properties for the selected item)
04. ALT+F4 (Close the active item, or quit the active program)
05. ALT+ENTER (Display the properties of the selected object)
06. ALT+SPACEBAR (Open the shortcut menu for the active window)
07. CTRL+F4 (Close the active document in programs that enable you to have multiple documents open simultaneously)
08. ALT+TAB (Switch between the open items)
09. ALT+ESC (Cycle through items in the order that they had been opened)
10. F6 key (Cycle through the screen elements in a window or on the desktop)
11. F4 key (Display the Address bar list in My Computer or Windows Explorer)
12. SHIFT+F10 (Display the shortcut menu for the selected item)
13. ALT+SPACEBAR (Display the System menu for the active window)
14. CTRL+ESC (Display the Start menu)15. ALT+Underlined letter in a menu name (Display the corresponding menu) Underlined letter in a command name on an open menu (Perform the corresponding command)
16. F10 key (Activate the menu bar in the active program)
17. RIGHT ARROW (Open the next menu to the right, or open a sub menu)
18. LEFT ARROW (Open the next menu to the left, or close a sub menu)
19. F5 key (Update the active window)
20. BACKSPACE (View the folder onelevel up in My Computer or Windows Explorer)
21. ESC (Cancel the current task)
22. SHIFT when you insert a CD-ROMinto the CD-ROM drive (Prevent the CD-ROM from automatically playing)



Photoshop Tolls - Marquee tool (M)

Photoshop - Marquee tool (M)

HTML Form – Select Button


Example
 <form>
<input type="radio" name="civil status" value="marred">marred<br>
<input type="radio" name="civil status" value="unmarred"> unmarred
</form>

Preview
Marred
Unmarred

HTML Caption Tag

Examples

<table border="1">
  <caption>Exam Marks </caption>
  <tr>
    <th>Subject</th>
    <th>Marks</th>
  </tr>
  <tr>
    <td>Maths</td>
    <td>74</td>
  </tr>
</table>

Result 

Exam Marks
Subject Marks
Maths 74

HTML Forms – Text

Example
<form>
Name: <input type="text" name="Name"><br>
Address: <input type="text" name="Address">
</form>

Preview
Name    :
Address: