đšī¸ Commands
Commands are special items in the search bar's [Commands] category. They give you direct control over the app â toggling features, running transforms, executing macros â without leaving your keyboard.
Command Keywordsâ
Keywords are prefix shortcuts you type in the search bar to instantly filter results to a specific category.
| Keyword | Default | Filters to |
|---|---|---|
/ | / | All effects, transitions, presets |
/V | /V | Video effects only |
/A | /A | Audio effects only |
/T | /T | Video transitions only |
/P | /P | Presets only |
/QA | /QA | Quick Apply control commands |
/BM | /BM | Better Motion transform commands |
Using keywordsâ
Type the keyword directly in the search bar â the category filter switches automatically and the list narrows.
/V â show all video effects
/V blur â video effects matching "blur"
/BM â show Better Motion commands
/QA â show Quick Apply commands
Configuring keywordsâ
Go to Settings â Search â Commands to rename any keyword. The / separator is always prepended â you only define the letter(s) after it.
â ī¸ Keywords must be unique. The app rejects duplicates and will not save conflicting prefixes.
Quick Apply Commands (/QA)â
These commands appear once Quick Apply has been calibrated (a mouse position capture exists).
| Command | What it does |
|---|---|
Toggle Quick Apply (ON / OFF) | Enable or disable Quick Apply instantly |
Set Delay (N ms) | Change the preset-application delay |
Start Calibration | Re-run the 5-second calibration countdown |
Better Motion Commands (/BM)â
These commands appear when Better Motion is enabled.
| Command | What it does |
|---|---|
Better Transform | Open the full interactive Better Motion overlay |
Position | Set or adjust clip position (X and/or Y) |
Scale | Set or adjust clip scale |
Rotation | Set or adjust clip rotation |
Opacity | Set or adjust clip opacity |
Inline value syntaxâ
Type a value after the command name to apply it without opening a dialog:
| Input | Meaning |
|---|---|
50 | Set to 50 (absolute) |
+10 | Add 10 to current value |
-5 | Subtract 5 from current value |
reset | Reset property to its default |
Position only â control X and Y independently with a . separator:
| Input | X | Y |
|---|---|---|
100.200 | Set X=100 | Set Y=200 |
.500 | (unchanged) | Set Y=500 |
100. | Set X=100 | (unchanged) |
+50.-20 | Add 50 to X | Subtract 20 from Y |
âšī¸ Use
,as the decimal separator for fractions (e.g.100,5= 100.5).
Macros as Commandsâ
Every macro you create appears automatically in the Commands category with a [CMD.MA] type tag. Type its name in the search bar to run it. See Macros & Hotkeys for how to create them.
Examplesâ
Example 1 â Filter to video effects and apply oneâ
/V gaussian
Opens the search bar, filters to video effects, selects "Gaussian Blur", applies it to the selected clip.
Example 2 â Set opacity to 80 (absolute)â
/BM opacity 80
Sets the selected clip's opacity to exactly 80. No dialog opens.
Example 3 â Nudge position right by 50 px, leave Y unchangedâ
/BM position +50.
Adds 50 to X. The trailing . signals "skip Y".
Example 4 â Set position to (960, 540) in one commandâ
/BM position 960.540
Sets X=960, Y=540 simultaneously.
Example 5 â Toggle Quick Apply off from the search barâ
/QA Toggle Quick Apply
No need to open settings. The command label updates to show the new state immediately.
Example 6 â Re-calibrate without opening settingsâ
/QA Start Calibration
Triggers the 5-second countdown. Move your mouse over the preset icon in Premiere Pro before time runs out.
Back to Guide