default_config.yaml 810 B

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