forked from KolibriOS/kolibrios
a1ac239480
Test it! ____для русских Ещё не доделанная справочная система. Протестируйте! git-svn-id: svn://kolibrios.org@8061 a494cfbc-eb01-0410-851d-a64ba20cac60
39 lines
1.4 KiB
HTML
39 lines
1.4 KiB
HTML
<html>
|
|
<head>
|
|
<title>INI library</title>
|
|
<text><b>KolibriOS Help</b></text>
|
|
<text><a href="\help\help_main.html">[Back to main]</a></text>
|
|
<text><a href="\help\us_lib\open_dialog.html"> [To the next point] </a></text>
|
|
<text><a href="\help\soft_dev\fasm_manual.html"> [To the previous point] </a></text>
|
|
</br>
|
|
</head>
|
|
<body>
|
|
<h2>INI library</h2>
|
|
<text>
|
|
INI files are text files with the following structure:</br>
|
|
[name of the first section]</br>
|
|
Parameter1 = value1</br>
|
|
Parameter2 = Value2</br>
|
|
;comment</br>
|
|
[name of the second section]</br>
|
|
Parameter3 = Value3</br></br>
|
|
|
|
All lines starting with the character ';' are considered comments and are ignored.</br></br>
|
|
|
|
Keyboard shortcut syntax:</br>
|
|
arbitrary number of modifiers Ctrl / Alt / Shift / LCtrl / LAlt / LShift / RCtrl / RAlt / RShift, followed by a latin letter, number or key name.</br>
|
|
Proper names have the following keys:</br>
|
|
F1 - F12</br>
|
|
Home End; PgUp; PgDn; Ins, she is Insert; Del, she is Delete;</br>
|
|
Tab Plus Esc Enter Backspace Space (space);</br>
|
|
Left (left arrow); Right (right arrow); Up (up arrow); Down (down arrow).</br>
|
|
You can write a string with any case of characters. Individual parts are written either together or separated by a plus.</br>
|
|
For example:</br>
|
|
Ctrl + Alt + Backspace</br>
|
|
RCtrl + RShift</br>
|
|
Shiftift</br>
|
|
f10</br>
|
|
Shiftalt5</br>
|
|
</text>
|
|
</body>
|
|
</html> |