diff --git a/changelog/unreleased/bugfix-copy-to-clipboard-with-keyboard b/changelog/unreleased/bugfix-copy-to-clipboard-with-keyboard
new file mode 100644
index 00000000000..ce2110e36cb
--- /dev/null
+++ b/changelog/unreleased/bugfix-copy-to-clipboard-with-keyboard
@@ -0,0 +1,5 @@
+Bugfix: Keyboard navigation for copy to clipboard
+
+We've fixed that the buttons for copying (private/public) links to the clipboard were not usable via keyboard.
+
+https://github.com/owncloud/web/pull/5147
diff --git a/changelog/unreleased/enhancement-copy-link-toasts b/changelog/unreleased/enhancement-copy-link-toasts
new file mode 100644
index 00000000000..dc86b0402d1
--- /dev/null
+++ b/changelog/unreleased/enhancement-copy-link-toasts
@@ -0,0 +1,5 @@
+Enhancement: Confirmation message when copying links
+
+We've added confirmation messages (toasts) when a private or public link is copied to the clipboard.
+
+https://github.com/owncloud/web/pull/5147
diff --git a/packages/web-app-files/src/components/FileLinkSidebar.vue b/packages/web-app-files/src/components/FileLinkSidebar.vue
index c26d74e6c4e..7c880f8a94e 100644
--- a/packages/web-app-files/src/components/FileLinkSidebar.vue
+++ b/packages/web-app-files/src/components/FileLinkSidebar.vue
@@ -230,27 +230,6 @@ export default {
}
}
-
diff --git a/packages/web-app-files/src/components/PublicLinksSidebar/LinkInfo.vue b/packages/web-app-files/src/components/PublicLinksSidebar/LinkInfo.vue
index 152107af1c6..04ec5c06a47 100644
--- a/packages/web-app-files/src/components/PublicLinksSidebar/LinkInfo.vue
+++ b/packages/web-app-files/src/components/PublicLinksSidebar/LinkInfo.vue
@@ -9,29 +9,16 @@
-
-
-
-
+
@@ -73,10 +60,11 @@