Skip to main content

Panels and Widgets

Kdenlive's workspace is built from dockable panels called widgets. Every widget can be shown, hidden, moved, and assigned a keyboard shortcut.

Core Idea

You don't need every panel visible at all times. For screencast editing, you use a rotating set: Project Bin during import, Effect Stack when color grading, Audio Mixer when mixing, monitors always.

Raising Widgets with Shortcuts

Any widget can be assigned a raise shortcut:

1. Open Ctrl+Alt+, (Configure Keyboard Shortcuts)
2. Search: "raise"
3. Find the widget (e.g., "Raise Project Bin")
4. Assign your key (e.g., Alt+B for Bin)
5. Press that key anytime → widget comes to focus

Recommended raise shortcuts for screencasters:

WidgetSuggested Shortcut
Project BinAlt+B
Effect StackAlt+E
Audio MixerAlt+M
Clip MonitorAlt+C
Project MonitorAlt+P

Project Bin

The Project Bin is your media library for the current project.

┌─ Project Bin ──────────────────────────────┐
│ 📁 Recordings │
│ 🎬 screencast-01.mp4 [2:34] │
│ 🎬 screencast-02.mp4 [1:47] │
│ 📁 Audio │
│ 🎵 background-music.mp3 │
│ 📁 Titles │
│ T intro-title │
└────────────────────────────────────────────┘
ActionMethodShortcut
Import mediaDrag from file manager OR Menu → Project → Add Clip
Preview clipDouble-click clip
Add to timelineDrag to track OR select zone then VV
Rename clipRight-click → RenameF2
Create folderRight-click empty area → Create Folder
Close extra binsCtrl+W
tip

Right-click any clip in the Project Bin to access Properties — you'll see codec, frame rate, resolution, and audio info. Essential for confirming your recording matches the project profile.

Clip Monitor

The Clip Monitor previews source clips before you add them to the timeline.

┌─ Clip Monitor ────────────────────────────┐
│ │
│ [ Video Preview ] │
│ │
│ ◄◄ ◄ ▶ ► ▶▶ 🔊 [01:23:14] │
│ ├────────────────────────┤ │
│ In Out │
│ [Zone: 00:00:05 → 00:00:22] │
└───────────────────────────────────────────┘
ActionShortcut
Play / StopSpace
RewindJ
PauseK
ForwardL
Set In pointI
Set Out pointO
Step 1 frame backLeft
Step 1 frame forwardRight
Step 1 second backShift+Left
Step 1 second forwardShift+Right
Play zone onlyCtrl+Space
Insert zone to binCtrl+I
Switch to Project MonitorT

Project Monitor

The Project Monitor shows the timeline output at the playhead position.

┌─ Project Monitor ─────────────────────────┐
│ │
│ [ Timeline Output ] │
│ │
│ ◄◄ ◄ ▶ ► ▶▶ 🔊 [00:47:02] │
│ ├────────────────────────┤ │
│ │
└───────────────────────────────────────────┘
ActionShortcut
Play / StopSpace
Go to project startCtrl+Home
Go to project endCtrl+End
Full screenF11
Start preview renderShift+Return
Loop zoneCtrl+Shift+Space

Effect Stack

The Effect Stack shows all effects applied to the currently selected clip in the timeline.

┌─ Effect/Composition Stack ─────────────────┐
│ ☑ Normalize Audio │
│ Peak: -3dB [Adjust] │
│ ☑ RGB Adjustment │
│ Red: +10 Green: 0 Blue: -5 │
│ ☑ Fade In │
│ Duration: 15 frames │
│ [ + Add Effect ] │
└────────────────────────────────────────────┘
ActionMethod
Select clip to see effectsClick clip in timeline
Add effectEffects panel → double-click effect name
Toggle effect on/offClick eye icon next to effect
Disable all effectsUncheck checkbox at top of stack
Remove effectRight-click effect → Remove
Reset parameterMiddle-click slider
Enter value directlyDouble-click the number field

Audio Mixer

The Audio Mixer controls volume and panning for each timeline track.

┌─ Audio Mixer ────────────────────────┐
│ A1 (System Audio) A2 (Mic) │
│ ▓▓▓▓▓▓▓▓ Vol ▓▓▓▓▓▓ Vol │
│ -6dB 0dB │
│ [Pan: C] [Pan: C] │
│ [M] [S] [M] [S] │
│ Mute Solo Mute Solo │
└──────────────────────────────────────┘

Open Audio Mixer: Menu → View → Audio Mixer
Toggle: Timeline Toolbar → Audio Mixer button (far right)

tip

For screencasts: keep A1 (System audio) at -6dB and A2 (Mic) at 0dB. The mic should be the dominant audio; system audio should be background context only.

Hands-On Practice

1. Import a video clip to Project Bin
→ Drag .mp4 file from file manager to Project Bin

2. Double-click the clip → it loads in Clip Monitor
→ Press I at 5 seconds, O at 20 seconds
→ Press Ctrl+Space to preview only the zone

3. Drag the clip to V1 track in the timeline
→ Press Space to preview

4. Click the clip in the timeline
→ Effect Stack appears on the right
→ Open Effects panel → search "normalize"
→ Double-click to apply to the clip

5. Open Audio Mixer (Alt+M)
→ Adjust A1 volume slider to -6dB

6. Press Ctrl+S to save

What's Next