diff --git a/webapp/manifest.json b/webapp/manifest.json index bc3c70447..73419e476 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 51ecdd6c8..3dc59e9b6 100644 --- a/webapp/view/App.view.xml +++ b/webapp/view/App.view.xml @@ -1,6 +1,9 @@ + + + @@ -31,7 +34,7 @@ -