Skip to content

Commit

Permalink
Updated Sample Configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEvans committed Mar 27, 2023
1 parent 769c9fc commit 9107a12
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 121 deletions.
2 changes: 1 addition & 1 deletion ArtPad/Help/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h3>KeyString</h3>
<td>Lorem Ipsum 2</td>
</tr>
</table>
<p>For a complete list of the syntax see <a href="https://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.send(v=vs.110).aspx">https://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.send(v=vs.110).aspx</a> or search for SendKeys. </p>
<p>For a complete list of the syntax see <a href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.sendkeys.send">https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.sendkeys.send</a> or search for SendKeys. </p>
<h3>TYPE</h3>
<p><strong>NORMAL</strong></p>
<p>This indicates that the key sends a normal key sequence with the KeyString as described above. </p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,72 +17,72 @@
"Pressed": false
},
{
"Name": "Last Br",
"KeyString": "b",
"Name": "Enter",
"KeyString": "~",
"Type": 0,
"Row": 0,
"Col": 3,
"Pressed": false
},
{
"Name": "Zoom-",
"KeyString": "^-",
"KeyString": "-",
"Type": 0,
"Row": 1,
"Col": 1,
"Pressed": false
},
{
"Name": "Zoom+",
"KeyString": "{+}",
"KeyString": "=",
"Type": 0,
"Row": 1,
"Col": 2,
"Pressed": false
},
{
"Name": "Brush+",
"KeyString": "]",
"Name": "Esc",
"KeyString": "{ESC}",
"Type": 0,
"Row": 1,
"Col": 3,
"Pressed": false
},
{
"Name": "Save+",
"KeyString": "^%s",
"Name": "Save",
"KeyString": "^s",
"Type": 0,
"Row": 2,
"Col": 1,
"Pressed": false
},
{
"Name": "Save",
"KeyString": "^s",
"Type": 0,
"Name": "Save As",
"KeyString": "^%s",
"Type": 3,
"Row": 2,
"Col": 2,
"Pressed": false
},
{
"Name": "Brush-",
"KeyString": "[",
"Name": "Delete",
"KeyString": "{DEL}",
"Type": 0,
"Row": 2,
"Col": 3,
"Pressed": false
},
{
"Name": "+ 10",
"KeyString": "{PGUP}",
"Name": "Save As",
"KeyString": "+^s",
"Type": 0,
"Row": 3,
"Col": 1,
"Pressed": false
},
{
"Name": "+",
"KeyString": "{UP}",
"Name": "Select All",
"KeyString": "^a",
"Type": 0,
"Row": 3,
"Col": 2,
Expand All @@ -97,16 +97,16 @@
"Pressed": false
},
{
"Name": "- 10",
"KeyString": "{PGDN}",
"Name": "Merge",
"KeyString": "^e",
"Type": 0,
"Row": 4,
"Col": 1,
"Pressed": false
},
{
"Name": "-",
"KeyString": "{DOWN}",
"Name": "Deselect",
"KeyString": "{ESC}",
"Type": 0,
"Row": 4,
"Col": 2,
Expand All @@ -120,30 +120,6 @@
"Col": 3,
"Pressed": false
},
{
"Name": "Clear",
"KeyString": "{DEL}",
"Type": 0,
"Row": 5,
"Col": 1,
"Pressed": false
},
{
"Name": "OSK",
"KeyString": "\\windows\\system32\\osk.exe",
"Type": 2,
"Row": 5,
"Col": 2,
"Pressed": false
},
{
"Name": "TabTip",
"KeyString": "\\Program Files\\Common Files\\Microsoft Shared\\ink\\TabTip.exe",
"Type": 2,
"Row": 5,
"Col": 3,
"Pressed": false
},
{
"Name": "Shift",
"KeyString": "+",
Expand All @@ -169,63 +145,87 @@
"Pressed": false
},
{
"Name": "Esc",
"KeyString": "ESC",
"Name": "1:1",
"KeyString": "1",
"Type": 0,
"Row": 0,
"Col": 0,
"Pressed": false
},
{
"Name": "Enter",
"KeyString": "~",
"Name": "1:2",
"KeyString": "2",
"Type": 0,
"Row": 1,
"Col": 0,
"Pressed": false
},
{
"Name": "Deselect",
"KeyString": "^d",
"Name": "Selection",
"KeyString": "3",
"Type": 0,
"Row": 2,
"Col": 0,
"Pressed": false
},
{
"Name": "",
"KeyString": "",
"Type": 3,
"Name": "Drawing",
"KeyString": "4",
"Type": 0,
"Row": 3,
"Col": 0,
"Pressed": false
},
{
"Name": "",
"KeyString": "",
"Type": 3,
"Name": "Page",
"KeyString": "5",
"Type": 0,
"Row": 4,
"Col": 0,
"Pressed": false
},
{
"Name": "Fit",
"KeyString": ".",
"Name": "Actual",
"KeyString": "^%0",
"Type": 3,
"Row": 6,
"Col": 0,
"Pressed": false
},
{
"Name": "Center",
"KeyString": "^4",
"Type": 0,
"Row": 5,
"Col": 0,
"Pressed": false
},
{
"Name": "",
"KeyString": "",
"Type": 3,
"Row": 6,
"Col": 0,
"Name": "Reset",
"KeyString": "^.",
"Type": 0,
"Row": 5,
"Col": 1,
"Pressed": false
},
{
"Name": "OSK",
"KeyString": "\\windows\\system32\\osk.exe",
"Type": 2,
"Row": 5,
"Col": 2,
"Pressed": false
},
{
"Name": "TabTip",
"KeyString": "\\Program Files\\Common Files\\Microsoft Shared\\ink\\TabTip.exe",
"Type": 2,
"Row": 5,
"Col": 3,
"Pressed": false
}
],
"Size": "540, 350",
"Size": "492, 301",
"Rows": 7,
"Cols": 4,
"FontName": "Microsoft Sans Serif",
Expand All @@ -237,5 +237,5 @@
"Underline": false
},
"FgColorString": "#FFFFFF",
"BgColorString": "#000000"
"BgColorString": "#35373E"
}
Loading

0 comments on commit 9107a12

Please sign in to comment.