diff options
author | yuri <yuri@FreeBSD.org> | 2017-11-25 06:12:52 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2017-11-25 06:12:52 +0800 |
commit | c267b30243b06000f1ffa7d8b8dde7c8bbcfe6b4 (patch) | |
tree | fd7d7ee0dfb81a90d419c9d5f4f4b5285c98c885 /x11/Makefile | |
parent | 280ebad7d5131a372362b5169b62c72cc1cf3b1f (diff) | |
download | freebsd-ports-gnome-c267b30243b06000f1ffa7d8b8dde7c8bbcfe6b4.tar.gz freebsd-ports-gnome-c267b30243b06000f1ffa7d8b8dde7c8bbcfe6b4.tar.zst freebsd-ports-gnome-c267b30243b06000f1ffa7d8b8dde7c8bbcfe6b4.zip |
New port: x11/xcape: Configure modifier keys to act as other keys when pressed on their own
PR: 222602
Submitted by: Greg V <greg@unrelenting.technology>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13165
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 931d16159298..528902b6e572 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -368,6 +368,7 @@ SUBDIR += xbrightness SUBDIR += xcalc SUBDIR += xcalib + SUBDIR += xcape SUBDIR += xcb SUBDIR += xcb-proto SUBDIR += xcb-util |