From 2a8ed2db2e7b2e9cebdeea4f7b32925d0577d976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20O=C5=BEana?= Date: Mon, 4 Dec 2023 16:01:58 +0100 Subject: [PATCH] Change from a to x --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c86d5d5..f9457ff 100644 --- a/index.html +++ b/index.html @@ -58,14 +58,14 @@ actions.unshift( { title: 'Outside action', - hotkey: {key: 'a', scope: 'outside'}, + hotkey: {key: 'x', scope: 'outside'}, description: 'Open dialog', onAction() { - alert('Default oustide action'); + alert('Default oustide action triggered with hotkey "x"'); }, }, ); - + dialog.actions = actions; //dialog.open();