Translations:Binds/50/uk

From DDraceNetwork
Revision as of 12:53, 30 December 2023 by Animeuz (talk | contribs) (Created page with "'''file1.cfg''' <span style="color:blue">[command/setting]</span> <span style="color:purple">[value]</span> <span style="color:blue">[command/setting]</span> <span style="color:purple">[value]</span> <span style="color:blue">[command/setting]</span> <span style="color:purple">[value]</span> bind <span style="color:green">[key]</span> <span style="color:magenta">exec</span> <span style="color:blue">file2.cfg</span> '''file2.cfg''' <span style="color:blue">[command/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

file1.cfg

[command/setting] [value]
[command/setting] [value]
[command/setting] [value]

bind [key] exec file2.cfg

file2.cfg

[command/setting] [value]
[command/setting] [value]
[command/setting] [value]

bind [key] exec file1.cfg

У цьому випадку [key] буде однією і тією ж кнопкою в обох файлах. Таким чином, при кожному натисканні клавіші відбуватиметься перемикання на інший файл. Після того, як обидва файли знаходяться в правильному шляху, ви можете виконати будь-який з них лише один раз, і вони будуть прив'язані назавжди, поки ви їх не знімете.

bind [key] exec file1.cfg

You can use this method to cycle between any amount of files.