Keyboard Shortcuts and Tips
Overview
Keyboard shortcuts improve efficiency when using Accordion Pilot. This page lists all available shortcuts and provides productivity tips.
Global Shortcuts
Application-Wide
| Shortcut | Action |
|---|---|
| Ctrl+Tab | Cycle through open pages/views |
| Ctrl+Shift+Tab | Cycle backward through pages |
| F5 | Refresh current view |
| Ctrl+F | Open Find/Filter panel |
| Esc | Close dialog or clear filter |
| Alt+F4 | Close application |
Navigation Shortcuts
Page Navigation
| Shortcut | Action |
|---|---|
| Alt+1 | Navigate to Channels |
| Alt+2 | Navigate to Settings |
| Alt+3 | Navigate to Chart |
| Alt+4 | Navigate to Transactions |
| Alt+5 | Navigate to Log |
| Alt+6 | Navigate to PSUs (if available) |
| Alt+7 | Navigate to Cal Table |
Note: Shortcuts may vary by configuration
Channel List Shortcuts
Grid Navigation
| Shortcut | Action |
|---|---|
| Arrow Keys | Navigate between channels |
| Home | Jump to first channel |
| End | Jump to last channel |
| Page Up | Scroll up one page |
| Page Down | Scroll down one page |
| Ctrl+Home | Jump to first channel and first column |
| Ctrl+End | Jump to last channel and last column |
Selection
| Shortcut | Action |
|---|---|
| Ctrl+A | Select all channels |
| Shift+Click | Select range of channels |
| Ctrl+Click | Add/remove channel from selection |
| Ctrl+Shift+Arrow | Extend selection |
Operations
| Shortcut | Action |
|---|---|
| Enter | Read channel value (if configured) |
| Space | Toggle selection |
| Delete | Clear filter (in find box) |
| Ctrl+C | Copy selected channels info |
| Ctrl+F | Open Find panel |
| Ctrl+H | Replace/Filter (if supported) |
Filter and Search
Find Panel
| Shortcut | Action |
|---|---|
| Ctrl+F | Open Find panel |
| Esc | Close Find panel |
| Enter | Apply filter |
| Ctrl+Down | Move to next match |
| Ctrl+Up | Move to previous match |
Ribbon/Toolbar
Quick Access
| Shortcut | Action |
|---|---|
| Alt | Show key tips for ribbon |
| Alt+H | Home tab |
| Alt+A | Appearance tab (if available) |
| Alt+V | View tab (if available) |
Common Commands
| Shortcut | Action |
|---|---|
| Ctrl+N | New (if applicable) |
| Ctrl+O | Open file |
| Ctrl+S | Save |
| Ctrl+P | Print (if applicable) |
Chart View Shortcuts
Chart Navigation
| Shortcut | Action |
|---|---|
| Mouse Wheel | Zoom in/out |
| Ctrl+Mouse Drag | Zoom to rectangle |
| Shift+Mouse Drag | Pan horizontally |
| Double-Click | Reset zoom |
| Ctrl+0 | Reset zoom to default |
Chart Operations
| Shortcut | Action |
|---|---|
| Ctrl+E | Export chart data |
| Ctrl+I | Export chart image |
| Delete | Clear chart history |
| Ctrl+Plus | Zoom in |
| Ctrl+Minus | Zoom out |
Transaction Log Shortcuts
Navigation
| Shortcut | Action |
|---|---|
| Arrow Keys | Navigate transactions |
| Home | First transaction |
| End | Last transaction |
| Ctrl+End | Jump to newest transaction |
Operations
| Shortcut | Action |
|---|---|
| Ctrl+F | Filter transactions |
| Ctrl+E | Export transactions |
| Delete | Clear transaction log |
| Space | Toggle auto-scroll |
Log View Shortcuts
| Shortcut | Action |
|---|---|
| Ctrl+L | Clear log |
| Ctrl+E | Export log |
| Ctrl+F | Filter log |
| Ctrl+End | Jump to newest message |
| Space | Toggle auto-scroll |
Dialog Shortcuts
Common Dialog Actions
| Shortcut | Action |
|---|---|
| Enter | OK / Accept |
| Esc | Cancel / Close |
| Tab | Next field |
| Shift+Tab | Previous field |
| Alt+O | Click OK button |
| Alt+C | Click Cancel button |
Productivity Tips
Efficient Channel Management
1. Quick Filtering:
1. Press Ctrl+F
2. Type partial channel name
3. Immediately see filtered results
4. Press Esc to clear filter
2. Group Related Channels:
1. Drag Group Name column to group panel
2. Expand only groups you need
3. Collapse others to reduce clutter
3. Custom Column Order:
1. Drag columns to reorder
2. Put most-used columns first (e.g., Alias, Value)
3. Hide unused columns (right-click header)
Faster Navigation
1. Use Keyboard Instead of Mouse:
- Arrow keys to navigate channels
- Enter to read values
- Tab between controls
- Alt+Number for page switching
2. Pin Frequently Used Views:
- Keep commonly-used pages open
- Use Ctrl+Tab to switch between them
Workspace Efficiency
1. Save Workspace Layouts:
Ribbon → View → Workspace → Save Current Workspace
Name: "PowerTesting" or "AudioDebug"
Load appropriate workspace for each task
2. Multiple Monitors:
- Undock views to separate windows
- Place channel list on one monitor
- Chart or transactions on another
Polling Optimization
Quick Polling Toggle:
1. Ribbon → Appearance → Enable Polling checkbox
2. Quickly enable/disable as needed
3. Reduce interval when detailed monitoring needed
4. Increase when lower resolution acceptable
Rapid Testing
1. Channel Presets:
- Create alias files with meaningful names
- Switch aliases for different test scenarios
- Quickly switch between configurations
2. AccordionShell Integration:
Ribbon → Tools → Shell → Run (NET8)
Opens shell with connection already configured
Run batch commands quickly
3. Keyboard-Driven Operations:
- Minimize mouse usage
- Learn shortcuts for common operations
- Use Find panel liberally
Mouse Shortcuts and Gestures
Grid Operations
| Mouse Action | Result |
|---|---|
| Double-Click Row | Read channel value |
| Right-Click Row | Context menu |
| Click Column Header | Sort by column |
| Drag Column Header | Reorder columns |
| Drag to Group Panel | Group by column |
| Double-Click Divider | Auto-size column |
Chart Operations
| Mouse Action | Result |
|---|---|
| Wheel | Zoom in/out |
| Drag | Pan |
| Ctrl+Drag | Zoom to rectangle |
| Click Legend | Select series |
| Right-Click | Context menu |
| Hover | Show value tooltip |
Custom Shortcuts
Configuring Shortcuts
Some applications allow customizing shortcuts:
- Tools → Options → Keyboard (if available)
- Find command to customize
- Assign new shortcut
- Click OK to save
Third-Party Tools
AutoHotkey (Windows):
- Create custom shortcuts for any action
- Automate repetitive tasks
- Script complex workflows
Example AutoHotkey Script:
; Ctrl+Shift+R to read selected channel
^+r::
Send {Enter}
return
; Ctrl+Shift+P to toggle polling
^+p::
Send !a ; Alt+A for Appearance
Send p ; P for Polling
return
Accessibility Features
Screen Reader Support
- Tab through controls
- Arrow keys navigate grids
- Context provided for screen readers
- High contrast themes available
Keyboard-Only Operation
- All features accessible via keyboard
- No mouse required for any operation
- Tab order logical and consistent
Visual Aids
- Ribbon → Appearance → Skins
- Choose high-contrast theme
- Increase font sizes (Windows display settings)
Learning Path
Beginner
Start with these shortcuts:
- Ctrl+F: Find channels
- F5: Refresh
- Arrow Keys: Navigate
- Ctrl+Tab: Switch pages
Intermediate
Add these shortcuts:
- Alt+Numbers: Page navigation
- Home/End: Quick navigation
- Ctrl+A: Select all
- Ctrl+E: Export
Advanced
Master these shortcuts:
- All chart zoom/pan shortcuts
- Custom ribbon key tips
- Grid column manipulation
- Multi-select operations
Cheat Sheet
Most Used Shortcuts
Print this for quick reference:
┌─────────────────────────────────────────────┐
│ ACCORDION PILOT - QUICK REFERENCE │
├─────────────────────────────────────────────┤
│ Ctrl+F Find/Filter │
│ F5 Refresh │
│ Ctrl+Tab Switch Views │
│ Alt+1-7 Navigate to Page │
│ Arrows Navigate Items │
│ Home/End First/Last Item │
│ Ctrl+A Select All │
│ Ctrl+E Export Data │
│ Ctrl+C Copy │
│ Enter Execute/Read │
│ Esc Cancel/Close │
│ Space Toggle (context-dependent) │
└─────────────────────────────────────────────┘
See Also
- Channel Management - Channel operations
- Charts - Chart navigation
- Transactions - Transaction log
- Logs - Log view
- System Settings - Configure application