default_config.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. auto_save: false
  2. store_data: true
  3. keep_prev: false
  4. flags: null
  5. labels: null
  6. file_search: null
  7. sort_labels: true
  8. validate_label: null
  9. # main
  10. flag_dock:
  11. show: true
  12. closable: true
  13. movable: true
  14. floatable: true
  15. label_dock:
  16. show: true
  17. closable: true
  18. movable: true
  19. floatable: true
  20. shape_dock:
  21. show: true
  22. closable: true
  23. movable: true
  24. floatable: true
  25. file_dock:
  26. show: true
  27. closable: true
  28. movable: true
  29. floatable: true
  30. # label_dialog
  31. show_label_text_field: true
  32. label_completion: startswith
  33. fit_to_content:
  34. column: true
  35. row: false
  36. epsilon: 11.0
  37. shortcuts:
  38. close: Ctrl+W
  39. open: Ctrl+O
  40. open_dir: Ctrl+U
  41. quit: Ctrl+Q
  42. save: Ctrl+S
  43. save_as: Ctrl+Shift+S
  44. save_to: null
  45. open_next: [D, Ctrl+Shift+D]
  46. open_prev: [A, Ctrl+Shift+A]
  47. zoom_in: [Ctrl++, Ctrl+=]
  48. zoom_out: Ctrl+-
  49. zoom_to_original: Ctrl+0
  50. fit_window: Ctrl+F
  51. fit_width: Ctrl+Shift+F
  52. add_point: Ctrl+Shift+P
  53. create_polygon: Ctrl+N
  54. create_rectangle: Ctrl+R
  55. create_circle: null
  56. create_line: null
  57. create_point: null
  58. create_linestrip: null
  59. edit_polygon: Ctrl+J
  60. delete_polygon: Delete
  61. duplicate_polygon: Ctrl+D
  62. undo: Ctrl+Z
  63. undo_last_point: [Ctrl+Z, Backspace]
  64. edit_label: Ctrl+E
  65. edit_line_color: Ctrl+L
  66. edit_fill_color: Ctrl+Shift+L