Unsolved
1 Rookie
•
16 Posts
•
2 Points
3
260
July 17th, 2025 20:49
DDM, add PBP 50/50 Split Hotkey
Please add an option to assign a hotkey for the DDM PBP 50/50 Split and back (Full screen) feature. Users go from full screen to split screen throughout the day. Please add this feature.
There exists a hotkey for switching inputs, I think having another for split screen/full screen between those would be something highly desirable.
No Events found!


DELL-Chris M
Community Manager
•
56.9K Posts
•
232.1K Points
0
July 18th, 2025 03:42
Are you referring to the end of life and support DDM (Dell Display Manager) or the new DDPM (Dell Display and Peripheral Manager)?
(edited)
karthikv912
1 Rookie
•
34 Posts
0
July 18th, 2025 08:38
@shanekm . The feature you are asking for is available in latest DDPM v2.1.0.24.
shanekm
1 Rookie
•
16 Posts
•
2 Points
1
July 18th, 2025 15:10
@DELL-Chris M
No, what I’m saying is that it would be great to have the ability to create a hotkey that switches from a favorite input (e.g., DP) to a split-screen 50/50 PBP mode (using two sources, e.g., DP and Thunderbolt), and another hotkey to switch back to full screen/fav source (e.g., DP).
Ex: Hotkey press -> goes from DP (full screen) to 50/50 PBP (DB and Thunderbolt).
Press another Hotkey to go back to full screen (ex DP)
(edited)
shanekm
1 Rookie
•
16 Posts
•
2 Points
0
July 18th, 2025 15:12
@karthikv912 pls see above
The one you're referring to is ability to swap inputs only AFTER you're already in PBP
(edited)
karthikv912
1 Rookie
•
34 Posts
3
July 18th, 2025 15:24
Hello @shanekm ,
To clarify, are you specifically looking for an enhancement that allows you to:
Use one hotkey to switch from your favorite full-screen input (Example: DP) to a PBP 50/50 split view (Example: DP + Thunderbolt), and
Use another hotkey to return back to that full-screen input again?
Is this the correct understanding. ? Please let know
shanekm
1 Rookie
•
16 Posts
•
2 Points
1
July 18th, 2025 15:46
@karthikv912 yes, correct. I usually alternate between using one input (Full screen) and split screen (two PCs) throughout the day. It would be nice to have a hotkey for this purpose.
eshmh
1 Rookie
•
15 Posts
•
3 Points
0
July 23rd, 2025 01:14
I use AutoHotKey script to set PBP with specific input ports arrangement (in the example, TB for the left half and DP for the right) and back to full screen with specific input port (in the example, the active input is DP):
And this is the reason that the new DDPM is useless to me.
(edited)
shanekm
1 Rookie
•
16 Posts
•
2 Points
2
July 30th, 2025 15:17
yep, I was able to do the same with the old version. I was hoping the new version would do the same :(
mburkhard
1 Rookie
•
1 Message
•
2 Points
1
August 12th, 2025 22:56
@karthikv912 Yes please, exactly that! I'd love to have hotkeys to switch from single source full screen to 50:50 PBP and back!
jdp.jonathas
1 Rookie
•
1 Message
•
2 Points
1
September 1st, 2025 00:27
I’d really like to have this feature as well. A hotkey to quickly switch between full screen and 50/50 PBP or back to the last mode used would be very useful.
Pbrn999
1 Rookie
•
1 Message
•
2 Points
0
December 9th, 2025 09:37
This is a key missing option within the latest DDPM; I would also love to switch between a full screen input (eg DP or HDMI) and into a 50/50 PBP via a hotkey.
ScottKrz
1 Rookie
•
1 Message
•
2 Points
1
December 15th, 2025 23:45
Yes I would like a hotkey to toggle PBP.
I would also suggest a more elegant solution would be to have a way to capture "current setup" and assign a hotkey. I have three standard use cases and I can get to my desired use case with one hotkey
1. PBP 50/50. TB Left. DP Right. (I need to toggle KVM between TB and DP)
2. TB 100%
3. DP 100%
JustaPixel
1 Rookie
•
1 Message
•
2 Points
0
December 30th, 2025 13:19
+1 for adding a hotkey to toggle PBP 50/50 on and off.
Are there any workarounds to do so with the latest DDPM app?
lajackson
1 Rookie
•
7 Posts
0
February 27th, 2026 03:39
I want to +1 this too! I use a Stream Deck and have my input controls mapped to buttons on it. I'd love to toggle 50/50 PBP with fulls screen!
eddaygeee
1 Rookie
•
3 Posts
•
4 Points
1
April 30th, 2026 15:26
Here's a workaround I just tested with my P3421W.
Title: [Guide] How to Toggle PBP/PIP on Dell Monitors with a Keyboard Shortcut (Bypassing DDPM)
If you've been frustrated trying to set up a hotkey to toggle Picture-by-Picture (PBP) on Dell monitors (like the P3421W) because the new Dell Display and Peripheral Manager (DDPM) lacks the option or the command line interface is buggy, here is a rock-solid workaround.
Instead of fighting Dell's software, you can completely bypass it and send raw DDC/CI hardware commands directly to your monitor over your display cable using a free, lightweight tool.
Here is how to set it up:
Prerequisites
Download ControlMyMonitor from NirSoft. It is a free, portable executable, so there is no installation required. Extract it to a permanent folder on your PC.
Step 1: Find Your Monitor's PBP Codes
First, we need to find the exact raw values your specific monitor uses for "Off" and "On".
Open
ControlMyMonitor.exe. You will see a table listing all the hardware settings your monitor supports.Look at the VCP Code column. Dell typically uses
E9to control PIP/PBP Mode.Use your monitor's physical joystick to turn PBP ON.
Go back to the app, press F5 to refresh the table, and note the "Current Value" for
E9.Turn PBP OFF with the physical joystick, press F5 again, and note the new value.
(Note: For many Dell monitors,
0is Off, and2or36is PBP mode. Keep your two numbers handy).Step 2: Create the Toggle Shortcut
ControlMyMonitor has a brilliant built-in CLI command specifically for toggling between two states, which means we don't even need to write a script.
Right-click your Windows Desktop > New > Shortcut.
In the target box, point it to your executable, followed by the
/SwitchValueargument, your monitor target (Primary), the VCP code (E9), and your Off/On values.It should look exactly like this:
(Make sure to update the path to wherever you saved the
.exe, and replace0and2with the specific values you found in Step 1).Click Next, name the shortcut "Toggle PBP", and click Finish.
Step 3: Assign Your Hotkey
Now we just need to bind that shortcut to your keyboard.
Right-click your new "Toggle PBP" shortcut and select Properties.
Click into the Shortcut key box.
Press your desired key combination (e.g.,
Ctrl + Alt + P) and hit Apply.That’s it! Pressing that hotkey will now instantly toggle your monitor into PBP mode, and pressing it again will toggle it back to fullscreen.
Bonus Tip: If you ever want to write a script to automate which input is displayed in the second PBP window (HDMI vs. DisplayPort vs. USB-C), look at VCP code
E8in ControlMyMonitor. That code controls the Secondary Input Source.