Refresh Screen Shortcut [hot] -

If your screen is "glitching," frozen, or displaying visual artifacts:

| Requirement | Details | |-------------|---------| | | <500ms from shortcut to visual refresh | | Feedback | Visual indicator (spinner, animation, or flash) | | Idempotency | Refreshing twice in a row should be safe | | Prevent Abuse | Debounce shortcut if data load takes >1s | | Undo | Refresh shouldn’t lose unsaved work (except page reloads) | refresh screen shortcut

While the basic shortcuts usually work, browsers also support a "hard refresh" to bypass cached data. If your screen is "glitching," frozen, or displaying

| Action | Shortcut | | :--- | :--- | | | Command (⌘) + R | | Hard Refresh (Clears Cache) | Command (⌘) + Shift + R | | Hard Refresh (Safari specific) | Option (⌥) + Command (⌘) + R | If your screen is "glitching