mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
[Docs]Fix broken link in communication-with-modules.md (#33290)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Through runner
|
## Through runner
|
||||||
- The settings process communicates changes in the UI to most modules using the runner through delegates.
|
- The settings process communicates changes in the UI to most modules using the runner through delegates.
|
||||||
- More details on this are mentioned in [`runner-ipc.md`](settingsv2/runner-ipc.md).
|
- More details on this are mentioned in [`runner-ipc.md`](runner-ipc.md).
|
||||||
|
|
||||||
## PT Run
|
## PT Run
|
||||||
- Any changes to the UI are saved by the settings process in the `settings.json` file located within the `/Local/Microsoft/PowerToys/Launcher/` folder.
|
- Any changes to the UI are saved by the settings process in the `settings.json` file located within the `/Local/Microsoft/PowerToys/Launcher/` folder.
|
||||||
@@ -12,4 +12,4 @@ Eg: The maximum number of results drop down updates the maximum number of rows i
|
|||||||
## Keyboard Manager
|
## Keyboard Manager
|
||||||
- The Settings process and keyboard manager share access to a common `default.json` file which contains information about the remapped keys and shortcuts.
|
- The Settings process and keyboard manager share access to a common `default.json` file which contains information about the remapped keys and shortcuts.
|
||||||
- To ensure that there is no contention while both processes try to access the common file, there is a named file mutex.
|
- To ensure that there is no contention while both processes try to access the common file, there is a named file mutex.
|
||||||
- The settings process expects the keyboard manager process to create the `default.json` file if it does not exist. It does not create the file in case it is not present.
|
- The settings process expects the keyboard manager process to create the `default.json` file if it does not exist. It does not create the file in case it is not present.
|
||||||
|
|||||||
Reference in New Issue
Block a user