15 lines
738 B
Markdown
15 lines
738 B
Markdown
+++
|
|
title = "OBS Studio: Ctrl+E to Edit Transform"
|
|
summary = "I added a shortcut to edit transforms on a source in OBS Studio."
|
|
date = 2017-04-30
|
|
authors = ["Abdullah Tarawneh"]
|
|
tags = ["obs", "open broadcaster software", "obs studio", "keyboard shortcut", "edit transform", "pull request", "github"]
|
|
categories = ["Code"]
|
|
aliases = [
|
|
"/code/obs-edit-transform",
|
|
]
|
|
+++
|
|
|
|
Editing was very easy in OBS Classic, and I could not find the option for stretching a source to bounds in OBS Studio, so the "Edit Transform" dialogue should be more user-facing. Giving it a keyboard shortcut denotes that it is important enough to have a shortcut, as opposed to the myriad options with no shortcut.
|
|
|
|
https://github.com/obsproject/obs-studio/pull/894 |