Skip to content

Commit 320311e

Browse files
committed
2 parents aea9329 + 17babba commit 320311e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

AssistantComputerControl/Actions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ class Actions {
9797
{ "Keypad_subtract", "{SUBTRACT}"},
9898
{ "Keypad_multiply", "{MULTIPLY}"},
9999
{ "Keypad_divide", "{DIVIDE}"},
100+
{ "SPACE", " "},
100101
{ "SHIFT", "+"},
101102
{ "CTRL", "^"},
102103
{ "ALT", "%"}

AssistantComputerControl/WebFiles/assets/js/getting_started_scripts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ $("#pick_btn").on("click", function () {
258258
break;
259259
case "dropbox":
260260
actionListLink.attr("href", "https://assistantcomputercontrol.com/?cloud=db#what-can-it-do");
261-
stlgh.attr("href", "https://ifttt.com/applets/W3b7fykE-acc-shut-down-computer-dropbox");
261+
stlgh.attr("href", "https://ifttt.com/applets/tYKyi2t3-acc-shut-down-computer-dropbox");
262262
stla.attr("href", "https://ifttt.com/applets/pCPWA7je-acc-shut-down-computer-dropbox");
263263
break;
264264
case "onedrive":
@@ -616,4 +616,4 @@ $(window).bind('mousewheel DOMMouseScroll', function (event) {
616616
if (event.ctrlKey == true) {
617617
event.preventDefault();
618618
}
619-
});
619+
});

0 commit comments

Comments
 (0)