default_config.yaml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. open_next: D
  45. open_prev: A
  46. zoom_in: Ctrl++
  47. zoom_out: Ctrl+-
  48. zoom_to_original: Ctrl+0
  49. fit_window: Ctrl+F
  50. fit_width: Ctrl+Shift+F
  51. add_point: Ctrl+Shift+P
  52. create_polygon: Ctrl+N
  53. create_rectangle: Ctrl+R
  54. create_circle: null
  55. create_line: null
  56. create_point: null
  57. create_linestrip: null
  58. edit_polygon: Ctrl+J
  59. delete_polygon: Delete
  60. duplicate_polygon: Ctrl+D
  61. undo: Ctrl+Z
  62. undo_last_point: [Ctrl+Z, Backspace]
  63. edit_label: Ctrl+E
  64. edit_line_color: Ctrl+L
  65. edit_fill_color: Ctrl+Shift+L