diff --git a/packages/nc-gui/components/dlg/KeyboardShortcuts.vue b/packages/nc-gui/components/dlg/KeyboardShortcuts.vue
index 822bc528f0..02b7684498 100644
--- a/packages/nc-gui/components/dlg/KeyboardShortcuts.vue
+++ b/packages/nc-gui/components/dlg/KeyboardShortcuts.vue
@@ -1,4 +1,6 @@
@@ -20,6 +108,33 @@ const dialogShow = computed({
@keydown.esc="dialogShow = false"
>
{{ $t('title.keyboardShortcut') }}
-
+
+
+ {{ shortcutItem.title }}
+
+
+
+
+
+ {{ key }}
+
+
+
+ {{ item.behaviour }}
+
+
+
+