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 is starting...
+Keyzo is starting...