From 80c52460c70d16e7d1f79dd45190747051e764a1 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sat, 22 Feb 2025 11:41:13 +0100 Subject: Add 'delete_word' and 'forward_delete_word' keys These keys are the equivalent of ctrl+backspace and ctrl+delete, respectively. They can be reached with Gesture+backspace and Gesture+delete respectively. --- srcs/special_font/01B.svg | 18 ++++++++++++++++++ srcs/special_font/01C.svg | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 srcs/special_font/01B.svg create mode 100644 srcs/special_font/01C.svg (limited to 'srcs/special_font') diff --git a/srcs/special_font/01B.svg b/srcs/special_font/01B.svg new file mode 100644 index 0000000..cd4d245 --- /dev/null +++ b/srcs/special_font/01B.svg @@ -0,0 +1,18 @@ + + + + + + + diff --git a/srcs/special_font/01C.svg b/srcs/special_font/01C.svg new file mode 100644 index 0000000..a92bd85 --- /dev/null +++ b/srcs/special_font/01C.svg @@ -0,0 +1,18 @@ + + + + + + + -- cgit v1.2.3