abdullahtarawneh.com/content/blog/obs-edit-transform/index.md

15 lines
735 B
Markdown
Raw Normal View History

2024-03-14 23:29:33 +00:00
+++
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
2024-03-14 23:29:33 +00:00
author = "Abdullah Tarawneh"
tags = ["obs", "open broadcaster software", "obs studio", "keyboard shortcut", "edit transform", "pull request", "github"]
categories = ["Code"]
aliases = [
"/code/obs-edit-transform",
]
2024-03-14 23:29:33 +00:00
+++
2020-10-25 05:15:18 +00:00
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