Productivity Power-Ups
Master the Essential Shortcuts
Workspace Switching
Ctrl+Alt+1-4 - Switch between workspaces instantly without lifting your hands from the keyboard.Pro tip: Practice switching workspaces while keeping mental context. This becomes automatic after ~100 switches.Window Management
Ctrl+W- Close active windowCtrl+M- Minimize to taskbar- Double-click titlebar - Shade window (CDE feature!)
windowmanager.ts:823-860).Strategic Workspace Usage
The Focus System
Workspace 1: Deep focus
- Single maximized application
- No notifications or distractions
- Full-screen XEmacs for coding
- Multiple related windows
- Side-by-side work
- Terminal + Editor split
The Context System
Workspace 3: Reference materials
- Documentation browser
- Man pages viewer
- Read-only content
- Process Monitor
- File operations
- System utilities
XEmacs Power Techniques
Lightning-Fast Editing
- Kill Ring Mastery
- Search Mastery
- Selection Tricks
The kill ring is Emacs’s clipboard on steroids:Pro technique: Kill multiple things in succession, then cycle through them with
Alt+Y after Ctrl+Y.Efficiency Workflows
The Paragraph Edit
The Paragraph Edit
Alt+<- Jump to buffer startCtrl+S- Search for textCtrl+Space- Set markAlt+}- Forward paragraph (or move manually)Ctrl+W- Kill region- Rewrite, then
Ctrl+Yto restore if needed
The Quick Replace
The Quick Replace
Alt+<- Jump to buffer startAlt+%- Query replace- Type old text → Enter
- Type new text → Enter
- Press
yfor yes,nfor no,!for “all remaining”
The Save-All Workflow
The Save-All Workflow
Before switching context:
Ctrl+X Ctrl+S- Save current fileCtrl+X Ctrl+C- Exit XEmacs (prompts for unsaved)- Or keep XEmacs open and switch workspace
Terminal Lab Secrets
Command Line Superpowers
Terminal Workflows
Style Manager Hidden Gems
Power Combinations
- Dark Mode Arsenal
- Focus Setups
- Aesthetic Themes
Midnight Coder
- Palette: Coalmine
- Backdrop: BrokenIce
- Font: 16px Monospace
- Perfect for: Long coding sessions
Night Writer
- Palette: Midnight
- Backdrop: SkyDark
- Font: 16px Serif
- Perfect for: Writing & reading
Quick Theme Switching
Create “theme presets” for different times of day or moods by memorizing palette names.
File Manager Pro Techniques
Speed Navigation
- Keyboard First
- Selection Mastery
- Organization
Power User File Operations
Batch Operations
Batch Operations
Ctrl+A- Select all files in directory- Right-click → Properties to see total size
- Use context menu for batch operations
Desktop icons can be organized manually. Drag to position, they snap to grid (
desktop.ts:207-218).Context Menu Secrets
Context Menu Secrets
Desktop Icon Grid
Desktop Icon Grid
Desktop icons snap to an invisible grid (120px spacing by default):
- Drag icons to reposition
- Automatically finds nearest grid slot
- Prevents overlapping
- Positions persist across sessions
desktop.ts:210-265Hidden Features & Easter Eggs
Window Manipulation
Window Shading
Feature: Double-click any window titlebar to “shade” itEffect: Window collapses to just the titlebar, like rolling up a blindBenefit: Keep window accessible without taking screen spaceImplementation:
windowmanager.ts:734-778Point-to-Focus Mode
Feature: Hover over window to focus it (X11 style)Enable: Style Manager → Window → Focus follows mouseBenefit: No clicking required to focus windowsImplementation:
windowmanager.ts:403-418Workspace Previews
Shows:- Application icons for each window
- Relative window positions
- Window count
- Empty workspace indication
System Sounds
Time Capsule includes authentic CDE audio feedback (audiomanager.ts):
Audio feedback can be customized in Style Manager → Beep section.
Advanced Workflows
The 4-Workspace Developer
Workspace 2: Terminal & Build
- Terminal Lab for commands
- Watch build output
Ctrl+Alt+2for terminal work
Workspace 3: Documentation
- Netscape Navigator with docs
- Man Viewer for references
Ctrl+Alt+3for learning
The Writer’s Studio
- Distraction-Free Writing
- Research & Writing
- Switch to Workspace 1:
Ctrl+Alt+1 - Open XEmacs:
Ctrl+Alt+E - Maximize window: Double-click titlebar
- Apply minimal theme: Alpine + Canvas
- Increase font: Style Manager → Font → Large
- Write without distractions!
The Student’s Lab
Optimization & Performance
Keep It Fast
Window Management
Window Management
- Close unused windows regularly
- Use window shading instead of minimizing
- Keep 3-5 windows per workspace maximum
- Minimize to hide, don’t close if you’ll reopen
Terminal Performance
Terminal Performance
- Terminal Lab has max line limit (CONFIG.TERMINAL.MAX_LINES)
- Use
clearorCtrl+Lto clear screen - Long-running commands may affect UI responsiveness
Style Manager
Style Manager
- Complex XPM backdrops take 1-2 seconds to render
- Rendered backdrops are cached for reuse
- Changing palettes clears cache (re-render required)
- Simple backdrops like Canvas are fastest
Desktop Icons
Desktop Icons
- Keep desktop organized (grid-snapped)
- Limit to 10-15 icons for best performance
- System icons (XEmacs, Netscape, etc.) are permanent
- User files/folders can be deleted
Reduce Lag
Simplify Visuals
- Use simpler backdrops (Canvas, Afternoon)
- Avoid very dark themes (more rendering)
- Reduce font size slightly if sluggish
Close Background Apps
- Don’t keep all apps open in all workspaces
- Use one app per workspace when possible
- Close File Manager when not in use
Pro User Checklist
- Beginner → Intermediate
- Intermediate → Advanced
- Advanced → Master
- Know 5+ keyboard shortcuts
- Use at least 2 workspaces regularly
- Customized color palette and backdrop
- Completed Terminal Lab lessons 1-10
- Can navigate File Manager with keyboard
- Understand window minimize/maximize/shade
Common Mistakes to Avoid
What NOT to Do
| Mistake | Why It’s Bad | Better Approach |
|---|---|---|
| Using only Workspace 1 | Misses 75% of organizational power | Spread work across all 4 workspaces |
| Clicking everything | Slow and inefficient | Learn keyboard shortcuts gradually |
| Keeping 20 windows open | Cluttered, hard to find things | Close unused, organize by workspace |
| Never customizing theme | Missing personality and comfort | Try different palettes, find your style |
| Ignoring Terminal Lab | Miss Unix knowledge | Complete all 22 lessons over time |
| Messy desktop | Hard to find files | Keep ≤5 icons, organize into folders |
| Not saving XEmacs work | Risk losing changes | Ctrl+X Ctrl+S frequently |
| Closing windows repeatedly | Wastes time reopening | Minimize or switch workspaces |
Share Your Setup
How to Share
- Perfect your customization
- Take a screenshot (
PrintScreenor system tool) - Note your settings:
- Palette name
- Backdrop name
- Font size
- Workspace organization
- Share on:
- GitHub Discussions
- Social media with #TimeCapsuleCDE
- Project documentation
Share Theme URL
Use the “Share Theme” icon to generate a URL with your complete setup encoded as URL parameters!Further Learning
Keyboard Shortcuts
Master all shortcuts with complete reference
XEmacs Guide
Deep dive into text editing mastery
Terminal Lab
Complete all 22 interactive Unix lessons
Workspaces
Advanced workspace organization strategies
Style Manager
Explore all 76 palettes and 168 backdrops
File Manager
Virtual filesystem navigation guide
Contributing Tips
Have a tip that’s not documented? Contribute to the project!
- Test your tip thoroughly
- Document it clearly
- Submit via GitHub pull request
- Include source code references if applicable
- Add screenshots if helpful
- Saves time or effort
- Not obvious to average users
- Reproducible by others
- Actually useful in real workflows
- Based on source code features

