/docs/config.txt

http://ftk.googlecode.com/ · Plain Text · 35 lines · 27 code · 8 blank · 0 comment · 0 complexity · d2437237c49a04495f44dc3103a36466 MD5 · raw file

  1. Config options:
  2. =======================================
  3. 1.statusbar enable=?
  4. control if enable statusbar.
  5. 2.cursor enable=?
  6. control if enale cursor.
  7. 3.theme name=?
  8. set the name of theme.
  9. 4.data_dir value=?
  10. set the data directory.
  11. 5.test_data_dir value=?
  12. set the test data directory.
  13. 6.rotate value=0|90|180|270
  14. set the screen rotation angle.
  15. Load Order
  16. =======================================
  17. 0.Initialize with default values.
  18. 1.Load FTK_CNF
  19. 2.Load ftk.cnf in current working directory.
  20. Example:
  21. =======================================
  22. <statusbar enable="1" />
  23. <cursor enable="0" />
  24. <theme name="default" />
  25. <data_dir value="./data" />
  26. <test_data_dir value="./testdata" />
  27. <rotate value="90" />