Skip to content

Commit

Permalink
#30 - fixed typos in wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeclayton committed Oct 12, 2023
1 parent 5193808 commit a427893
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions wiki/config/advanced_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* **padding** - the size of the gap between the border and the content
* **content** - the area at the center of the element that can contain child elements

There are two sets of box configurations that can be customised - one for the main pewview popup canvas, and one for the miniature screenshots. These can be combined to make a variety of effects.
There are two sets of box configurations that can be customised - one for the main preview popup canvas, and one for the miniature screenshots. These can be combined to make a variety of effects.

## Gallery

Expand All @@ -34,7 +34,7 @@ If you just want to dive into some examples to see how it works, here's some pre
| ------- | ---- | ----------- |
| ![](./default_v2_config_t.png) | **[Default](./default_v2_config.md)** | The current default preview style
| ![](./legacy_v1_config_t.png) | **[Legacy](./legacy_v1_config.md)** | Config settings that emulate the legacy preview style
| ![](./gaudy_v2_config_t.png) | **[Gaudy](./gaudy_v2_config.md)** | A ghastly assaault on the eyes
| ![](./gaudy_v2_config_t.png) | **[Gaudy](./gaudy_v2_config.md)** | A ghastly assault on the eyes

> **Note:** If you design an interesting style feel free to share it by raising an [issue](https://github.com/mikeclayton/FancyMouse/issues) with a screenshot and the contents of the config file and I'll and some of them to this gallery.
Expand All @@ -46,7 +46,7 @@ The table below annotates a sample config file, but check out one of the gallery
| --- | ----------- |
| ```{``` |
|     ```"version": 2,``` | Indicates the **version** of the config file format used in this file. DIfferent versions will support different settings and this is used where possible to read old formats and apply them to the application's behaviour and visual style.
|     ```"hotkey": "CTRL + ALT + SHIFT + F",``` | The key combination that activates the preview popup. You can potentially bind this combination to spare button on your mouse if your manufacturer's softwatr supports it to make it easier to trigger.
|     ```"hotkey": "CTRL + ALT + SHIFT + F",``` | The key combination that activates the preview popup. You can potentially make it easier to trigger by binding the key combination to a spare button on your mouse if your manufacturer's softwate supports it.
|     ```"preview: {``` |
|         ```"name": "default",``` | Specifies an arbitray **name** for the style in this config file to make it easier to distinguish it when comparing to other config files.
|         ```"size": {``` |
Expand Down
4 changes: 2 additions & 2 deletions wiki/config/default_v2_config.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Default Config V2 Sample
# Default V2 Config Sample

## Description

The Default Config V2 style places a thin, flat border around the main preview popup, and then adde a margin and border with a 3d effect to each screenshot to make it appear as if it's being displayed on a monitor bezel.
The **Default V2 Config** style places a thin, flat border around the main preview popup, and then adde a margin and border with a 3d effect to each screenshot to make it appear as if it's being displayed on a monitor bezel.

## Preview

Expand Down
2 changes: 1 addition & 1 deletion wiki/config/gaudy_v2_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

As with any styling system, the FancyMouse config file can be abused to create some truly horrific visual appearances. This **Gaudy V2 Config** sample is one of them...

> Note this *might* actually be useful if you want to use FancyMouse as a kind of mouse-finder that shows a nright eye-catching image on one of the screens so it draws your eyes to it).
> Note this *might* actually be useful if you want to use FancyMouse as a kind of mouse-finder that shows an eye-catching popup on the screen where the mouse is located so it draws your eyes to it.
## Preview

Expand Down

0 comments on commit a427893

Please sign in to comment.