Function Keys & Full Keyboard Reference

Physical Keyboard Layout (Diagram Overview)

  • Top row (system controls):

    • Esc key (top-left)
    • Print Screen (often shares SysRq), Scroll Lock, Pause/Break cluster
    • Status-indicator LEDs for Num Lock, Caps Lock, Scroll Lock explicitly shown in the drawing
  • Function-key row:

    • F1  F2  F3  F4F1 \; F2 \; F3 \; F4 | F5  F6  F7  F8F5 \; F6 \; F7 \; F8 | F9  F10  F11  F12F9 \; F10 \; F11 \; F12
    • Transcript line: “F1 F2 F3 F4 F5F6 F7 FB FS F10 F11 F12” (minor typos FB → F8, FS → F9 preserved for completeness)
  • Alphanumeric block (left-to-right, top-to-bottom):

    • Number row → 1234567890=Backspace` 1 2 3 4 5 6 7 8 9 0 - = Backspace
    • Tab row → Tab  Q  W  E  R  T  Y  U  I  O  P  [  ]  (backslash)Tab \; Q \; W \; E \; R \; T \; Y \; U \; I \; O \; P \; [ \; ] \; \text{(backslash)}
    • Caps-Lock row → Caps Lock  A  S  D  F  G  H  J  K  L  ;    EnterCaps\ Lock \; A \; S \; D \; F \; G \; H \; J \; K \; L \; ; \; ' \; Enter
    • Shift row → Shift  Z  X  C  V  B  N  M  ,  .  /  ShiftShift \; Z \; X \; C \; V \; B \; N \; M \; , \; . \; / \; Shift
    • Bottom modifiers → Ctrl  Win/Alt  Space  AltGr  CtrlCtrl \; Win/Alt \; Space \; AltGr \; Ctrl
    • Misc. strings inside diagram (“Ctri”, “alf”, grouped letters such as “EDC”, “NWSK”, etc.) mark finger zones for touch-typing.
  • Navigation cluster:

    • 2 × 3 block: Insert/DeleteInsert / Delete, Home/EndHome / End, Page Up/Page DownPage\ Up / Page\ Down
    • Arrow keys beneath: UpUp, DownDown, LeftLeft, RightRight
  • Numeric keypad (right-most):

    • Toggled by Num Lock
    • Layout
      \begin{matrix}
      7 & 8 & 9 & (PgUp)\
      4 & 5 & 6 & (→)\
      1 & 2 & 3 & (PgDn)\
      0 & . & \text{Enter}
      \end{matrix}
    • Operators: ++, -, *, //
    • Raw examples captured in transcript → 1852(-1852(, +963+963
    • Legend “0=Backspace” implies the 0 key becomes Backspace when Num Lock is OFF.
  • Hand-placement call-outs: words “LEFT HAND” and “RIGHT HAND” sit above their respective halves, reinforcing standard touch-typing finger distribution.

  • Scattered numerals (“816”, “5”, “9”, etc.) represent sample‐keystroke demonstrations; retained for completeness.

Function Keys – Software Shortcuts & Behaviours (Page 2)

  • F1F1 • Opens context-sensitive Help in most programs (Word, Windows shell, many browsers).

  • F2F2Rename selected file/folder (Windows); edits active cell (Excel).

  • F3F3 • Opens Search / Find dialog in Windows Explorer, browsers, many editors.

  • Alt+F4Alt + F4Closes current window/app; with no windows open, shows Windows Shut-Down dialog.

  • F5F5Refresh / Reload content (webpage, folder). In PowerPoint, starts slide show from first slide.

  • F6F6 • Moves focus to browser’s address bar; cycles panes in some applications.

  • F7F7 • Launches Spelling & Grammar check (Word/Outlook); toggles caret browsing (Firefox).

  • F8F8 • During boot, opens Windows Safe Mode menu; on some laptops (Fn+F8) switches displays.

  • F9F9 • Word → Refreshes fields (e.g., TOC); Outlook → Send/Receive all e-mails.

  • F10F10 • Activates program menu bar (same as single Alt press). Shift + F10 = context/right-click menu.

  • F11F11 • Toggles Full-Screen mode in browsers, IDEs (VS Code, Notepad++).

  • F12F12 • Opens Save As dialog (Word). In some IDEs, navigates to definition; in browsers often paired with DevTools combos.

Practical Tips & Real-World Significance

  • Mastery of these shortcuts can reclaim 23\approx 2{-}3 seconds per repetitive action ⇒ substantial time savings over long sessions.
  • F8F8 Safe Mode is critical for troubleshooting driver failures or malware infections.
  • Toggling F11F11 helps web developers test responsive designs without UI chrome.
  • Keyboard navigation reduces reliance on the mouse, lowering risk of RSI and aiding users with motor impairments.

Connected Concepts & Extensions

  • Function row may double as media keys on compact keyboards; holding Fn exposes the traditional FF-numbers.
  • Shortcut layering: knowing base FF keys is prerequisite to combos (e.g.
    Ctrl+F4Ctrl+F4 = close tab, Shift+F5Shift+F5 = refresh without cache in some browsers).
  • In text editors: F2F2 → rename symbol (VS Code), F12F12 → go-to definition – shows cross-application reuse of the row.

Numerical / Formula Highlights

  • Keypad sample entries: 1852(-1852(, +963+963 (verbatim from transcript)
  • Demonstration of keypad arithmetic: 7+8=157 + 8 = 15
  • LED indicators act as one-bit binary flags where 1=ON1 = ON / 0=OFF0 = OFF for each lock state.