Yoooi0
Yoooi0
It seems like when directly inside `ContentControl.ContentTemplate` for some reason the `e.Source` changes from the expected ComboBox/TextBox etc. to the button itself. The `sender` remains to be ComboBox/TextBox. Traced it...
**Is your feature request related to a problem? Please describe.** A [bunch](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/search?q=FocusVisual) of control styles define a `FocusVisual` style that is used as a setter value for `FocusVisualStyle` property and...
This is a loose feature request but I recently had a project in mind recently that required me to cut/merge video files and I didnt want to reinvent the wheel...
Need sync on manual transition start/end
Non-uniform normalize scale type, interpolate keyframes 0%-100% towards edges (how does this work with custom default value axes) Uniform normalize, would only work if all keyframe values are 0 Normalize...
Zoom on scroll? Currently switches selected axis keyframes. Need horizontal scrollbar on zoom? Or use horizontal scroll wheel.
* Decouple UI name from TCode output name * Also decouple output format from DeviceAxis? so each axis could have different output format * How do output targets use axes...
``` .funscript .pitch.funscript ..funscript ..pitch.funscript ``` HereSphere scene api can return multiple stroke scripts, so have to handle multiple scripts per axis ignoring the name Ability to switch pack or...
So that we can register/unregister actions dynamically without loosing configured actions in bindings. Somehow need to be able to differentiate deprecated vs dynamic actions. Deprecate via migrations? https://github.com/Yoooi0/MultiFunPlayer/blob/9d6a9a8d15fdd609c0f639aff3ce52e999cfad4d/MultiFunPlayer/Input/IShortcutManager.cs#L71-L79 Also plugin...