Skip to content

Commit

Permalink
Update readme, version
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmcohn committed Apr 6, 2020
1 parent f4bd724 commit a7af363
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion AssemblyInfo.Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ internal static partial class AssemblyInfo
public const string Company = "River Software";
public const string Copyright = "Copyright \u00a9 2016 Steven M Cohn. All rights reserved.";

public const string Version = "2.3.0";
public const string Version = "2.3.1";
public const string FileVersion = Version;

public const string Configuration =
Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ A OneNote add-in with the following primary features:
All commands are accessed from a small group added to the main ribbon bar and
most also have their own key bindings as follows<sup>1</sup>

| Command | Key Binding |
| ----------------------------- | ----------- | --
| Add footnote | Ctrl + Alt + F | See below<sup>1</sup>
| Remove footnote | Ctrl + Shift + Alt + F | See below<sup>1</sup>
| Insert horizontal line | Shift + Alt + Minus | See below<sup>1</sup>
| Insert double horizontal line | Shift + Alt + Equals | See below<sup>1</sup>
| No Spell Check | F4 |
| Paste Rich Text | Ctrl + Alt + V | See below<sup>1</sup>
| Search and Replace | Ctrl + H | See below<sup>1</sup>
| To uppercase | Ctrl + Shift + Alt + U | See below<sup>1</sup>
| To lowercase | Ctrl + Shift + U | See below<sup>1</sup>
| Increase font size | Cltr + Alt + Plus | See below<sup>1</sup>
| Decrease font size | Ctrl + Alt + Minus | See below<sup>1</sup>
| Show XML | Ctrl + Shift + Alt + X |
| Command | Key Binding | Note |
| ----------------------------- | ----------- | ---- |
| Add footnote | Ctrl + Alt + F | See below<sup>1</sup> |
| Remove footnote | Ctrl + Shift + Alt + F | See below<sup>1</sup> |
| Insert horizontal line | Shift + Alt + Minus | See below<sup>1</sup> |
| Insert double horizontal line | Shift + Alt + Equals | See below<sup>1</sup> |
| No Spell Check | F4 | |
| Paste Rich Text | Ctrl + Alt + V | See below<sup>1</sup> |
| Search and Replace | Ctrl + H | See below<sup>1</sup> |
| To uppercase | Ctrl + Shift + Alt + U | See below<sup>1</sup> |
| To lowercase | Ctrl + Shift + U | See below<sup>1</sup> |
| Increase font size | Cltr + Alt + Plus | See below<sup>1</sup> |
| Decrease font size | Ctrl + Alt + Minus | See below<sup>1</sup> |
| Show XML | Ctrl + Shift + Alt + X | |

<sup>1</sup>Only F4 is enable temporarily while I figure out a better approach... TBD

Expand Down

0 comments on commit a7af363

Please sign in to comment.