From 64e0f8404fc09aeb42cfa657103db1626aaa9052 Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Wed, 16 Oct 2024 09:20:24 +0200 Subject: [PATCH] [DEMO] Use keyboard shortcuts --- webapp/manifest.json | 5 +++++ webapp/view/App.view.xml | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/webapp/manifest.json b/webapp/manifest.json index bc3c704473..73419e476e 100644 --- a/webapp/manifest.json +++ b/webapp/manifest.json @@ -5,6 +5,11 @@ "type": "application" }, "sap.ui5": { + "commands": { + "Clear": { + "shortcut": "Ctrl+X" + } + }, "dependencies": { "minUI5Version": "1.121.0", "libs": { diff --git a/webapp/view/App.view.xml b/webapp/view/App.view.xml index 51ecdd6c86..3dc59e9b65 100644 --- a/webapp/view/App.view.xml +++ b/webapp/view/App.view.xml @@ -1,6 +1,9 @@ + + + @@ -31,7 +34,7 @@ -