From fe3e6757fe256da7a460c0a99328242a70445409 Mon Sep 17 00:00:00 2001 From: Guus van Meerveld <57101832+Guusvanmeerveld@users.noreply.github.com> Date: Wed, 12 Aug 2020 16:12:13 +0200 Subject: [PATCH] Renamed from MasterKey to Keyzo --- README.md | 6 +++--- index.js | 7 +++---- public/index.html | 2 +- public/javascripts/account.js | 2 +- public/pages/account.html | 4 ++-- public/pages/loadscreen.html | 11 ++++++++++- public/pages/settings.html | 4 ++-- 7 files changed, 22 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d3faf00..0aaca1a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# MasterKey +# Keyzo -MasterKey is a helpful desktop application for Windows, Linux and MacOS that allows you to set all kinds of different keybinds to specific actions. +Keyzo is a helpful desktop application for Windows, Linux and MacOS that allows you to set all kinds of different keybinds to specific actions. ## Built With * [Bootstrap](https://getbootstrap.com) - CSS framework that was used * [NodeJS](https://nodejs.org/) - Making it all work -* [Electron](https://electronjs.org/) - Turning MasterKey into a desktop application +* [Electron](https://electronjs.org/) - Turning Keyzo into a desktop application ## Authors diff --git a/index.js b/index.js index 7b750e7..bc8bc7f 100644 --- a/index.js +++ b/index.js @@ -1,10 +1,9 @@ -const { app, BrowserWindow, globalShortcut, shell } = require('electron'); -const { autoUpdater, dialog } = require('electron') +const { app, BrowserWindow, globalShortcut, shell, autoUpdater, dialog } = require('electron'); const AutoLaunch = require('auto-launch'); var autoLaunch = new AutoLaunch({ - name: 'MasterKey', - path: '/Applications/MasterKey.app', + name: 'Keyzo', + path: '/Applications/Keyzo.app', }); let loadingScreen; diff --git a/public/index.html b/public/index.html index f0abb53..4ad7083 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ - MasterKey + Keyzo diff --git a/public/javascripts/account.js b/public/javascripts/account.js index 815422c..69d9d38 100644 --- a/public/javascripts/account.js +++ b/public/javascripts/account.js @@ -1,4 +1,4 @@ -fetch("https://accounts.masterkey.com") +fetch("https://accounts.keyzo.com") .then(() => { console.log("yeet"); }) diff --git a/public/pages/account.html b/public/pages/account.html index b1db11d..e865df3 100644 --- a/public/pages/account.html +++ b/public/pages/account.html @@ -20,8 +20,8 @@ -

Could not connect with the MasterKey service

-
Please check your internet connection or go to the status page
+

Could not connect with the Keyzo service

+
Please check your internet connection or go to the status page
diff --git a/public/pages/loadscreen.html b/public/pages/loadscreen.html index 3e1aac0..118244a 100644 --- a/public/pages/loadscreen.html +++ b/public/pages/loadscreen.html @@ -19,10 +19,19 @@
-

MasterKey is starting...

+

Keyzo is starting...

Loading...
+ \ No newline at end of file diff --git a/public/pages/settings.html b/public/pages/settings.html index f98f6c3..3feb349 100644 --- a/public/pages/settings.html +++ b/public/pages/settings.html @@ -24,7 +24,7 @@ - MasterKey will start together with the rest of your system. + Keyzo will start together with the rest of your system.

@@ -34,7 +34,7 @@

- Leave MasterKey running in the background when you press X. + Leave Keyzo running in the background when you press X.