From a339c40f5d537457d7486a385c9ae2a0b37ee823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 5 Feb 2022 16:42:38 +0100 Subject: [PATCH] changelog: XF86Copy+XF86Paste are now recognized by default --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ea4980..4b6efe63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,6 +85,10 @@ * Foot now clears the signal mask and resets all signal handlers to their default handlers at startup (https://codeberg.org/dnkl/foot/issues/854). +* `Copy` and `Paste` keycodes are supported by default for the + clipboard. These are useful for keyboards with custom firmware like + QMK to enable global copy/paste shortcuts that work inside and + outside the terminal (https://codeberg.org/dnkl/foot/pulls/894). ### Deprecated