Add profile export/import and move launch-at-startup into Settings - #42
Merged
Conversation
Adds Export/Import Profiles to Settings, bundling Device Filtering profiles and remembered mappings into a single JSON file, useful before reinstalling Windows or otherwise migrating a setup on the same hardware. Import confirms before overwriting, since profile paths and device identifiers are machine-specific and won't reliably match a different PC. Also surfaces Launch at startup in Settings (previously only reachable from the tray's right-click menu), backed by the same login item settings so toggling it from either place stays in sync.
Constantinos-T
approved these changes
Aug 2, 2026
This was referenced Aug 2, 2026
Constantinos-T
added a commit
that referenced
this pull request
Aug 2, 2026
Each axis in a mapping's live preview now has a tune icon that opens inline controls for that specific axis: invert, deadzone (ignore small movement near center), and response curve (more/less sensitive near center, linear at 1x). Settings are per physical device and axis, so they follow that device regardless of which vJoy target it's mapped to. The same shaping is applied both to what's displayed in the preview and to what's actually sent to vJoy, so tuning an axis shows its real effect immediately. A Reset link in each axis's panel clears it back to defaults, and a small dot on the tune icon shows which axes have non-default settings without needing to open them. Settings persist in axis-settings.json in userData and are folded into the existing profile export/import from #42/#43. Co-authored-by: Constantinos-T <Tsigaridas.constantinos@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Export/Import Profiles to Settings, bundling Device Filtering
profiles and remembered mappings into a single JSON file, useful before
reinstalling Windows or otherwise migrating a setup on the same
hardware. Import confirms before overwriting, since profile paths and
device identifiers are machine-specific and won't reliably match a
different PC.
Also surfaces Launch at startup in Settings (previously only reachable
from the tray's right-click menu), backed by the same login item
settings so toggling it from either place stays in sync.
Tested manually: export writes a valid backup file, import round-trips
it back correctly, and the Settings/tray Launch at startup toggle stay
in sync with each other.