default_config.yaml 706 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. auto_save: false
  2. store_data: true
  3. keep_prev: false
  4. flags: null
  5. labels: null
  6. sort_labels: true
  7. validate_label: null
  8. show_label_text_field: true
  9. epsilon: 11.0
  10. shortcuts:
  11. close: Ctrl+W
  12. open: Ctrl+O
  13. open_dir: Ctrl+U
  14. quit: Ctrl+Q
  15. save: Ctrl+S
  16. save_as: Ctrl+Shift+S
  17. open_next: D
  18. open_prev: A
  19. zoom_in: Ctrl++
  20. zoom_out: Ctrl+-
  21. zoom_to_original: Ctrl+0
  22. fit_window: Ctrl+F
  23. fit_width: Ctrl+Shift+F
  24. add_point: Ctrl+Shift+P
  25. create_polygon: Ctrl+N
  26. create_rectangle: Ctrl+R
  27. edit_polygon: Ctrl+J
  28. delete_polygon: Delete
  29. duplicate_polygon: Ctrl+D
  30. undo: Ctrl+Z
  31. undo_last_point: [Ctrl+Z, Backspace]
  32. edit_label: Ctrl+E
  33. edit_line_color: Ctrl+L
  34. edit_fill_color: Ctrl+Shift+L