summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-08-19 17:30:54 -0400
committerpommicket <pommicket@gmail.com>2022-08-19 17:30:54 -0400
commitb37150e7ae111808be79714eba52dad34b975689 (patch)
tree9501f5cbfaa1535e35bd71f1a7d4f72c0121dba6 /README.md
parent81e1801ef0d61fe4e29db8b352b1fadff75503fb (diff)
X1/X2 commands
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index dc546bd..8b9c22d 100644
--- a/README.md
+++ b/README.md
@@ -71,9 +71,13 @@ Comments begin with `#`, and all other lines are of the form `key = value`.
By default ted's settings will automatically update when you save the config file.
The `core` section's settings should be pretty familiar (font size, etc.) or should have comments on the previous line
-explaining what they do. Keyboard shortcuts are of the form `key combo = action`, where `action` is an argument (number or string),
+explaining what they do.
+
+Keyboard shortcuts are of the form `key combo = action`, where `action` is an argument (number or string),
followed by a command. The commands match the things in the command palette (Ctrl+Shift+p), but `:` is added to the beginning to make
-it clear it's a command. Colors are formatted like `#rgb`, `#rgba`, `#rrggbb` or `#rrggbbaa`, where r, g, b, and a are red, green,
+it clear it's a command.
+
+Colors are formatted like `#rgb`, `#rgba`, `#rrggbb` or `#rrggbbaa`, where r, g, b, and a are red, green,
blue, and alpha (transparency/opacity). You can use a [color picker](https://www.google.com/search?q=color+picker) to help you out.
The extensions section is fairly self-explanatory.
@@ -156,6 +160,7 @@ Then, open windows\_installer\\ted\\ted.sln, and build.
<tr><td>1.0r3</td> <td>Better TeX syntax highlighting, move to cursor on backspace/delete</td> <td>2022 Jul 7</td></tr>
<tr><td>1.1</td> <td>Minor fixes, syntax highlighting for JavaScript, Java, and Go</td> <td>2022 Jul 22</td></tr>
<tr><td>1.2</td> <td>Bug fixes, per-language settings</td> <td>2022 Jul 29</td></tr>
+<tr><td>1.2r1</td> <td>Mouse X1/X2 bug fix, support for X1/X2 commands.</td> <td>2022 Aug 19</td></tr>
</table>
## License