Cuperino / QPrompt-Teleprompter

Teleprompter software for all video creators. Built with ease of use, productivity, control accuracy, and smooth performance in mind.
https://qprompt.app
GNU General Public License v3.0
354 stars 22 forks source link

Key binding for other menu options like Small Fonts #246

Open videosmith opened 3 months ago

videosmith commented 3 months ago

Shortcut key bindings mapped to menu icons would be helpful so they could be assigned to Contour Shuttle buttons

Cuperino commented 3 months ago

Menu icons in QPrompt are hard coded, which makes it tricky to map their individual actions to key bindings without drastically increasing code size. Various shortcuts, including most formatting options, are also coded into the editor and not the toolbar, so these can't be changed without more restructuring.

My advice for now would be to focus on adding key bindings to those actions where having a shortcut would help improve productivity, such as the option for switching between small and large font sizes in edit mode.