-
Notifications
You must be signed in to change notification settings - Fork 0
Profiles
Daniel Depaor edited this page May 28, 2026
·
1 revision
Profiles save device configurations as JSON files so you can quickly switch between setups.
- Create new profiles
- Edit profile name, description, suffix, delay
- Duplicate existing profiles
- Delete profiles
- Import profiles from JSON files
- Export profiles to JSON files
{
"id": "barcode-default",
"name": "Default Barcode Scanner",
"deviceType": "Scanner",
"description": "Keyboard wedge barcode scanner simulator",
"defaultOutputChannel": "Keyboard",
"defaultPrefix": "",
"defaultSuffix": "Enter",
"delayPerCharacterMs": 10,
"buttons": [],
"settings": {
"mode": "Barcode"
}
}Profiles are stored in:
%LOCALAPPDATA%/DeviceMocker/Profiles/
- Export a profile to JSON from the Profiles page
- Share the JSON file with your team
- They import it from the Profiles page