diff options
author | 2021-11-02 16:08:24 +1100 | |
---|---|---|
committer | 2021-11-02 16:08:24 +1100 | |
commit | 2d220c7ba8b63c0268e4c6ff1f780dcfe87c1f9a (patch) | |
tree | f230e1a63eabacdb0bcc895db82db4f52ac58472 /docs/source/plugins | |
parent | 33e55b1ca764dd0ccda4a4da293e263a0de0ae13 (diff) |
Fixed Windows build as well - default input overrides in OSD modules are annoying.
Diffstat (limited to 'docs/source/plugins')
-rw-r--r-- | docs/source/plugins/timecode.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/plugins/timecode.rst b/docs/source/plugins/timecode.rst index 315f72e44a9..c24847b3453 100644 --- a/docs/source/plugins/timecode.rst +++ b/docs/source/plugins/timecode.rst @@ -12,9 +12,9 @@ code log file has the same name as the input recording file with the extension input recording and specify the location for the output files. By default, the plugin records a time code when you press the **F12** key on the -keyboard while not pressing either **Shift** key. You can change this setting -in the options menu for the plugin (choose **Plugin Options** from the main menu -during emulation, and then choose **Timecode Recorder**). +keyboard while not pressing either **Shift** or **Alt** key. You can change +this setting in the options menu for the plugin (choose **Plugin Options** from +the main menu during emulation, and then choose **Timecode Recorder**). Settings for the plugin are stored in JSON format in the file **plugin.cfg** in the **timecode** folder inside your plugin data folder (see the |