mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 11:12:00 -05:00
67 lines
1.7 KiB
JSON
Vendored
67 lines
1.7 KiB
JSON
Vendored
{
|
|
"accent_color": [255, 0, 75],
|
|
"background_color": [30, 30, 30],
|
|
"vsync": true,
|
|
"force_redraw": false,
|
|
"shortcuts": {
|
|
"AlwaysOnTop": ["T"],
|
|
"Fullscreen": ["F"],
|
|
"InfoMode": ["I"],
|
|
"EditMode": ["E"],
|
|
"NextImage": ["Right"],
|
|
"FirstImage": ["Home"],
|
|
"LastImage": ["End"],
|
|
"PreviousImage": ["Left"],
|
|
"RedChannel": ["R"],
|
|
"GreenChannel": ["G"],
|
|
"BlueChannel": ["B"],
|
|
"AlphaChannel": ["A"],
|
|
"RGBChannel": ["U"],
|
|
"RGBAChannel": ["C"],
|
|
"ResetView": ["V"],
|
|
"ZoomOut": ["Minus"],
|
|
"ZoomIn": ["Equals"],
|
|
"ZoomActualSize": ["Key1"],
|
|
"ZoomDouble": ["Key2"],
|
|
"ZoomThree": ["Key3"],
|
|
"ZoomFour": ["Key4"],
|
|
"ZoomFive": ["Key5"],
|
|
"CompareNext": ["C", "LShift"],
|
|
"PanLeft": ["LShift", "Left"],
|
|
"PanRight": ["LShift", "Right"],
|
|
"PanUp": ["LShift", "Up"],
|
|
"PanDown": ["Down", "LShift"],
|
|
"DeleteFile": ["Delete"],
|
|
"ClearImage": ["Delete", "LShift"],
|
|
"LosslessRotateRight": ["RBracket"],
|
|
"LosslessRotateLeft": ["LBracket"],
|
|
"Copy": ["C", "LControl"],
|
|
"Paste": ["LControl", "V"],
|
|
"Browse": ["LControl", "O"],
|
|
"Quit": ["Q"],
|
|
"ZenMode": ["Z"]
|
|
},
|
|
"keep_view": false,
|
|
"max_cache": 30,
|
|
"show_scrub_bar": false,
|
|
"wrap_folder": true,
|
|
"keep_edits": false,
|
|
"title_format": "{APP} | {VERSION} | {FULLPATH}",
|
|
"info_enabled": false,
|
|
"edit_enabled": false,
|
|
"show_checker_background": false,
|
|
"show_minimap": false,
|
|
"show_frame": false,
|
|
"current_channel": "Rgba",
|
|
"svg_scale": 1.0,
|
|
"zen_mode": false,
|
|
"theme": "Dark",
|
|
"linear_mag_filter": false,
|
|
"linear_min_filter": true,
|
|
"use_mipmaps": true,
|
|
"fit_image_on_window_resize": true,
|
|
"zoom_multiplier": 1.0,
|
|
"borderless": false,
|
|
"min_window_size": [800, 800]
|
|
}
|