slPhantomRemote

Keyboard Shortcuts

Global Shortcuts

These shortcuts work throughout the application:

ShortcutActionContext
EscapeReturn to device discoveryAny screen
F5Refresh/ReconnectRefreshes device list or reconnects
F8Take screenshotCapture application window
F12Show/Hide log windowToggle debug logging window
Ctrl+OOpen configuration fileOpens config.json in default editor
Ctrl+TMinimize to system trayHides window to system tray
Ctrl+Shift+TToggle themeSwitch between Light and Dark themes

Global Hotkeys (When Enabled)

System-wide hotkeys available even when slPhantomRemote is not in focus:

ShortcutActionNotes
Ctrl+Alt+PageUpVolume upShows toast notification with volume level
Ctrl+Alt+PageDownVolume downShows toast notification with volume level
Ctrl+Alt+MMute toggleToggle mute state
Ctrl+Alt+LeftPrevious trackSkip to previous track
Ctrl+Alt+RightNext trackSkip to next track
Ctrl+Alt+PPlay/PauseToggle playback

Note: Global hotkeys must be enabled in Settings → Audio tab

Device Discovery Mode

ShortcutActionNotes
EnterConnect to selected deviceConnect using configured namespace
F2Rename selected deviceEdit device friendly name
DeleteHide selected deviceRemove from visible list
Ctrl+FToggle favoriteStar/unstar selected device
Ctrl+AAdd device manuallyEnter IP address directly
Ctrl+MDevice ManagerOpen device management window
Ctrl+IDevice InformationShow device dump and details
TabNavigate between controlsStandard Windows navigation
Arrow KeysNavigate device listSelect devices in list

Playback Control Mode

Media Controls

ShortcutActionAlternative
SpacePlay/PauseMedia Play/Pause key
Left ArrowPrevious trackMedia Previous key
Right ArrowNext trackMedia Next key
MMute/Unmute toggleMedia Mute key

Volume Controls

ShortcutActionSmart Stepping
Up Arrow or +Volume up1 step normally, 5 when rapid (3+ in 1 second)
Down Arrow or -Volume down1 step normally, 5 when rapid (3+ in 1 second)
Volume Up keyVolume upHardware volume key support
Volume Down keyVolume downHardware volume key support

Source Management

ShortcutActionContext
1-9Quick switch to sourceSelect sources 1-9 from the list
EnterSwitch to selected sourceWhen source is selected in list
DeleteHide selected sourceWhen source is selected
Ctrl+SOpen source managementManage all sources
Ctrl+SpaceExpand/Collapse sources panelToggle sources visibility

Advanced Features

ShortcutActionAvailability
Ctrl+NToggle Night ModeDynamic range compression
Ctrl+BBluetooth pairingActivate pairing mode
Ctrl+KPlayback positionSeek to position dialog
Ctrl+PPause/Resume pollingToggle status updates
Ctrl+DNetwork diagnosticsTest network connectivity
Ctrl+MDevice ManagerDevice management window
Ctrl+IDevice InformationShow device dump and details
Ctrl+Shift+EAPI ExplorerAdvanced API testing

Context Menu Shortcuts

Many items in context menus show their keyboard shortcuts:

Media Keyboard Support

The application supports multimedia keyboards with dedicated media keys:

Device Management Form

ShortcutAction
Ctrl+ASelect all devices
Ctrl+SShutdown selected devices
Ctrl+RRestart selected devices
Ctrl+LOpen log file
Ctrl+BStart Bluetooth pairing

Sources Management Form

KeyActionDescription
SpaceToggle VisibilityShow/hide selected source
F2Rename SourceEdit friendly name
DeleteReset NameRestore default name
EscapeClose FormClose without saving
EnterSave and CloseApply changes and close
Ctrl+IChange IconSelect custom icon for source
Ctrl+DCleanup InvalidRemove invalid entries

Configuration

Some keyboard shortcuts can be configured in config.json:

Custom Global Hotkey Mappings

Global hotkeys can be customized using DuckyScript-like syntax in config.json:

"CustomHotkeyMappings": {
    "VolumeUp": "CTRL ALT PAGEUP",
    "VolumeDown": "CTRL ALT PAGEDOWN",
    "Mute": "CTRL ALT M",
    "PlayPause": "CTRL ALT P",
    "NextTrack": "CTRL ALT RIGHT",
    "PreviousTrack": "CTRL ALT LEFT"
}

Supported Modifiers: WIN, ALT, CTRL, SHIFT (also LWIN, RWIN, LALT, RALT, LCTRL, RCTRL, LSHIFT, RSHIFT)

Supported Keys: A-Z, 0-9, F1-F12, UP, DOWN, LEFT, RIGHT, SPACE, ENTER, TAB, ESC, etc.

Note: While you can specify left/right modifiers, Windows global hotkeys treat both left and right modifier keys identically.

Tips