Guest User

Untitled

a guest
Apr 26th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. [kivy]
  2. keyboard_repeat_delay = 300
  3. keyboard_repeat_rate = 30
  4. log_dir = logs
  5. log_enable = 1
  6. log_level = info
  7. log_name = kivy_%y-%m-%d_%_.txt
  8. window_icon =
  9. keyboard_mode =
  10. keyboard_layout = qwerty
  11. desktop = 1
  12. exit_on_escape = 1
  13. pause_on_minimize = 0
  14. kivy_clock = default
  15. default_font = ['Roboto', 'data/fonts/Roboto-Regular.ttf', 'data/fonts/Roboto-Italic.ttf', 'data/fonts/Roboto-Bold.ttf', 'data/fonts/Roboto-BoldItalic.ttf']
  16. config_version = 20
  17. log_maxfiles = 100
  18. window_shape = data/images/defaultshape.png
  19.  
  20. [graphics]
  21. display = -1
  22. fullscreen = 0
  23. height = 600
  24. left = 0
  25. maxfps = 60
  26. multisamples = 2
  27. position = custom
  28. rotation = 0
  29. show_cursor = 1
  30. top = 0
  31. width = 800
  32. resizable = 1
  33. borderless = 0
  34. window_state = visible
  35. minimum_width = 0
  36. minimum_height = 0
  37. min_state_time = .035
  38. allow_screensaver = 1
  39. shaped = 0
  40.  
  41. [input]
  42. mouse = mouse
  43.  
  44. [postproc]
  45. double_tap_distance = 20
  46. double_tap_time = 250
  47. ignore = []
  48. jitter_distance = 0
  49. jitter_ignore_devices = mouse,mactouch,
  50. retain_distance = 50
  51. retain_time = 0
  52. triple_tap_distance = 20
  53. triple_tap_time = 375
  54.  
  55. [widgets]
  56. scroll_timeout = 250
  57. scroll_distance = 20
  58. scroll_friction = 1.
  59. scroll_stoptime = 300
  60. scroll_moves = 5
  61.  
  62. [modules]
Add Comment
Please, Sign In to add comment