From bf3b9c374e1e68b1244da392666b571ab37e51fb Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Sat, 6 Jul 2024 22:16:37 +0200
Subject: Clipboard pane (#681)
This adds the clipboard pane, which allows to save an arbitrary number of
clipboards and to paste them later. The key can be disabled in settings.
Checking the "Recently copied text" checkbox will cause the keyboard to keep a
temporary history of copied text. This history can only contain 3 elements
which expire after 5 minutes.
If this is unchecked, no history is collected.
History entries can be pinned into the persisted list of pins.
---
srcs/special_font/17.svg | 2 ++
srcs/special_font/35.svg | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
create mode 100644 srcs/special_font/17.svg
(limited to 'srcs/special_font')
diff --git a/srcs/special_font/17.svg b/srcs/special_font/17.svg
new file mode 100644
index 0000000..ebf77be
--- /dev/null
+++ b/srcs/special_font/17.svg
@@ -0,0 +1,2 @@
+
+
diff --git a/srcs/special_font/35.svg b/srcs/special_font/35.svg
index e23d49b..f196412 100644
--- a/srcs/special_font/35.svg
+++ b/srcs/special_font/35.svg
@@ -1,2 +1,2 @@
-
+
--
cgit v1.2.3