From d8de9b04b45d9f0c1658dcf0077bd688a18c3b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20O=C5=BEana?= Date: Wed, 6 Dec 2023 16:11:11 +0100 Subject: [PATCH] Change homepage hotkey --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f9457ff..d774eb8 100644 --- a/index.html +++ b/index.html @@ -29,8 +29,8 @@ title: 'Homepage', img: '', description: 'Go to homepage', - hotkey: 'cmd+h', - onAction() { + hotkey: '/', + onAction(event) { window.location.href = '/'; }, },