Available Actions
Segra supports two primary keybind actions:Create Bookmark
Mark important moments during recording for easy navigation later
Save Replay Buffer
Save the last N seconds of gameplay to disk (Buffer/Hybrid mode only)
Default Keybindings
Creates a bookmark at the current timestamp in your recording. Bookmarks appear in the timeline and can be used to quickly jump to key moments.Default:
F8Saves the replay buffer to disk as a video file. Only functional when using Buffer or Hybrid recording mode.Default:
F10Configuring Keybindings
From the Settings UI
- Navigate to Settings > Recording section
- Scroll to the Keybindings section
- Click the key display button next to the action you want to change
- Press the desired key combination
- The keybinding will update automatically
Supported Key Combinations
You can bind:- Single keys:
F8,F10,K, etc. - Modifier + Key:
Ctrl+K,Alt+R,Shift+B - Multiple modifiers:
Ctrl+Shift+K,Ctrl+Alt+F1
Function keys (F1-F12) are recommended for gaming as they don’t conflict with in-game controls.
Supported Keys
Function Keys
- F1 through F24
Modifier Keys
Ctrl(Control)Alt(Alternate)ShiftWin(Windows key)
Special Keys
- Arrow keys (←, ↑, →, ↓)
Space,Enter,Tab,EscHome,End,PgUp,PgDnInsert,Delete,BackspaceNum Lock
Alphanumeric
- Letters: A-Z
- Numbers: 0-9
Symbols
;,=,,,-,.,/,`,[,\,],'
Enabling/Disabling Keybindings
Each keybinding can be temporarily disabled without removing it:- Navigate to Settings > Recording > Keybindings
- Click the checkbox next to the action
- Unchecked keybindings remain configured but won’t trigger
Keybinding Settings JSON
Keybindings are stored insettings.json as:
The action to perform:
CreateBookmark or SaveReplayBufferWhether the keybinding is active
Array of key codes. For combinations, includes modifier codes first (16=Shift, 17=Ctrl, 18=Alt), then the main key code.Example:
[17, 75] = Ctrl+K (17=Ctrl, 75=K)Common Key Codes
| Key | Code | Key | Code | Key | Code |
|---|---|---|---|---|---|
| F1 | 112 | F7 | 118 | A | 65 |
| F2 | 113 | F8 | 119 | K | 75 |
| F3 | 114 | F9 | 120 | R | 82 |
| F4 | 115 | F10 | 121 | Space | 32 |
| F5 | 116 | F11 | 122 | Enter | 13 |
| F6 | 117 | F12 | 123 | Esc | 27 |
Use Cases
- Create Bookmark
- Save Replay Buffer
When to use:
- Mark kills, deaths, or important plays
- Flag moments to review later
- Create chapter markers for long sessions
- Highlight areas for clip creation
- Press F8 when you get a triple kill
- After the session, open the recording
- Jump between bookmarks to find highlights
- Create clips from bookmarked moments
Troubleshooting
Keybinding not working
Keybinding not working
Possible causes:
- Keybinding is disabled (check the checkbox)
- Game is running in admin mode (run Segra as admin)
- Key combination conflicts with in-game binding
- Segra service is not running
- Verify the keybinding is enabled
- Check Segra’s system tray icon is present
- Try a different key combination
- Restart Segra
Wrong action triggered
Wrong action triggered
If pressing a key triggers the wrong action:
- Check for overlapping keybindings
- Ensure no two actions use the same key combination
- Reconfigure the conflicting keybinding
Can't capture certain key combinations
Can't capture certain key combinations
Some key combinations may be reserved by:
- Windows (e.g.,
Win+Llocks the PC) - Your keyboard driver software
- Other running applications
Best Practices
Use Function Keys
F-keys rarely conflict with games and are easy to reach
Consistent Bindings
Use the same keys across different games for muscle memory
Test Before Recording
Verify keybindings work before important sessions
Document Your Setup
Keep a note of your keybindings if you use custom combinations