From 73cb9e2a1f3d8939ff7bbca837d64d06fb631b02 Mon Sep 17 00:00:00 2001 From: Kevin Unkrich Date: Sun, 16 Oct 2022 14:49:44 -0700 Subject: [PATCH] Add command for keyboard macro --- config/commands.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/commands.js b/config/commands.js index e7452f9c..bd49522a 100644 --- a/config/commands.js +++ b/config/commands.js @@ -470,6 +470,10 @@ const commands = { } }, + keypad: async function(args) { + term.openURL("https://root.vc/keypad"); + }, + locate: function() { term.stylePrint("Root Ventures"); term.stylePrint("2670 Harrison St");