dtkcore/tests/data/dt-settings.json

219 lines
7.6 KiB
JSON

{
"groups": [
{
"key": "base",
"name": "Basic settings",
"groups": [
{
"key": "theme",
"name": "Theme",
"options": [
{
"key": "theme",
"type": "checkpicture",
"default": 0
},
{
"key": "opticy",
"name": "Opticy",
"type": "slider",
"max": 100,
"min": 0,
"default": 90
}
]
},
{
"key": "font",
"name": "Font Style",
"options": [
{
"key": "family",
"name": "Font",
"type": "combobox",
"default": ""
},
{
"key": "size",
"name": "Font Size",
"type": "spinbutton",
"default": 12
},
{
"key": "style",
"name": "Font Style",
"type": "buttongroup",
"items": ["B","/"],
"default": 0
}
]
}
]
},
{
"key": "shortcuts",
"name": "Shortcuts",
"groups": [
{
"key": "ternimal",
"name": "Ternimal",
"options": [
{
"key": "copy",
"name": "Copy",
"type": "shortcut",
"default": "Ctrl+Alt+C"
},
{
"key": "paste",
"name": "Paste",
"type": "shortcut",
"default": "Ctrl+Alt+V"
},
{
"key": "scroll_up",
"name": "Scroll Up",
"type": "shortcut",
"default": "Alt+."
},
{
"key": "scroll_down",
"name": "Scroll down",
"type": "shortcut",
"default": "Alt+,"
}
]
},
{
"key": "workspace",
"name": "Workspace",
"options": [
{
"key": "new_window",
"name": "New Window",
"type": "shortcut",
"default": "Ctrl+Shitf+<"
},
{
"key": "next_tab",
"name": "Next Tab",
"type": "shortcut",
"default": "Ctrl+N"
},
{
"key": "prev_up",
"name": "Previous Tab",
"type": "shortcut",
"default": "Ctrl+Shitf+>"
},
{
"key": "close_tab",
"name": "Close Tab",
"type": "shortcut",
"default": "Ctrl+W"
}
]
}
]
},
{
"key": "advance",
"name": "Advance",
"groups": [
{
"key": "cursor",
"name": "Cursor",
"options": [
{
"key": "shrap",
"name": "Cursor Shrap",
"type": "buttongroup",
"items": ["█","_","|"],
"default": 0
},
{
"key": "blink",
"type": "checkbox",
"text": "Cursor blink",
"default": true
},
{
"key": "radiogroup",
"name": " ",
"type": "radiogroup",
"items": ["Minimize to tray","Exit Deepin Music"],
"default": 0
}
]
},
{
"key": "encoding",
"name": "Default encoding",
"options": [
{
"key": "encoding",
"name": "Encoding",
"type": "combobox",
"default": "utf-8"
}
]
},
{
"key": "coustom",
"name": "Coustom",
"options": [
{
"key": "coustom_command",
"name": "Coustom Command",
"type": "lineedit",
"default": ""
},
{
"key": "coustom_directory",
"name": "Coustom Directory",
"type": "lineedit",
"default": ""
}
]
},
{
"key": "scroll",
"name": "Scroll",
"options": [
{
"key": "scroll_bottom",
"text": "Scroll Bottom",
"type": "checkbox",
"default": ""
},
{
"key": "scroll_line_count",
"name": "Scroll line count",
"type": "spinbutton",
"default": 10
}
]
},
{
"key": "compatibility",
"name": "Compatibility",
"options": [
{
"key": "breakspce_action",
"name": "Breakspce Action",
"type": "combobox",
"default": ""
},
{
"key": "delete_action",
"name": "Delete Action",
"type": "combobox",
"default": ""
}
]
}
]
}
]
}