From 1ff823bf5b55361e3d114c3ca3d1444111f52af0 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Tue, 7 Jan 2025 03:35:54 +0100 Subject: [PATCH] sysutils/keyd: clarify VT is not supported on FreeBSD https://github.com/rvaiya/keyd/issues/570#issuecomment-1704439249 --- sysutils/keyd/pkg-descr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/keyd/pkg-descr b/sysutils/keyd/pkg-descr index ebb5cb2a4e2c..2c6bcf889089 100644 --- a/sysutils/keyd/pkg-descr +++ b/sysutils/keyd/pkg-descr @@ -9,6 +9,6 @@ unique to keyd. Some of the more interesting ones include: - A client-server model that facilitates scripting and display server agnostic application remapping. (Currently ships with support for X, sway, and gnome). -- System wide config (works in a VT). +- System wide config (works in a VT but only on Linux). - First class support for modifier overloading. - Unicode support.