Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. Ini-files are text files of special contents:
  2.  
  3. [name of first section]
  4. Key1=value1
  5. Key2=value2
  6. ;comment
  7. [name of second section]
  8. Key3=value3
  9.  
  10. All lines beginning with ';' are considered as comments and ignored.
  11.  
  12. Keyboard shortcuts are described as follows:
  13. any number of modificators Ctrl/Alt/Shift/LCtrl/LAlt/LShift/RCtrl/RAlt/RShift,
  14. followed by latin letter, digit or key name. The following keys have a name:
  15. F1 - F12
  16. Home; End; PgUp; PgDn; Ins, equivalently, Insert; Del, equivalently, Delete;
  17. Tab; Plus; Esc; Enter; Backspace; Space;
  18. Left (left arrow); Right (right arrow); Up (up arrow); Down (down arrow).
  19. The string for shortcut is case-insensitive. Parts of the string
  20. can be written without delimiters or with '+' between parts. Examples:
  21. Ctrl+Alt+Backspace
  22. RCtrl+RShift
  23. ShiftA
  24. f10
  25. shiftalt5
  26.