default_config.yaml 854 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. # label_dialog
  10. show_label_text_field: true
  11. label_completion: startswith
  12. fit_to_content:
  13. column: true
  14. row: false
  15. epsilon: 11.0
  16. shortcuts:
  17. close: Ctrl+W
  18. open: Ctrl+O
  19. open_dir: Ctrl+U
  20. quit: Ctrl+Q
  21. save: Ctrl+S
  22. save_as: Ctrl+Shift+S
  23. open_next: D
  24. open_prev: A
  25. zoom_in: Ctrl++
  26. zoom_out: Ctrl+-
  27. zoom_to_original: Ctrl+0
  28. fit_window: Ctrl+F
  29. fit_width: Ctrl+Shift+F
  30. add_point: Ctrl+Shift+P
  31. create_polygon: Ctrl+N
  32. create_rectangle: Ctrl+R
  33. create_line: null
  34. create_point: null
  35. edit_polygon: Ctrl+J
  36. delete_polygon: Delete
  37. duplicate_polygon: Ctrl+D
  38. undo: Ctrl+Z
  39. undo_last_point: [Ctrl+Z, Backspace]
  40. edit_label: Ctrl+E
  41. edit_line_color: Ctrl+L
  42. edit_fill_color: Ctrl+Shift+L