diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2017-11-25 06:12:52 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2017-11-25 06:12:52 +0800 |
commit | 436d189d35b7ad6974146da1668f20dee2144dcc (patch) | |
tree | fd7d7ee0dfb81a90d419c9d5f4f4b5285c98c885 /x11/Makefile | |
parent | e7b33dc3baabad011c04cebcdd298764911211ad (diff) | |
download | freebsd-ports-gnome-436d189d35b7ad6974146da1668f20dee2144dcc.tar.gz freebsd-ports-gnome-436d189d35b7ad6974146da1668f20dee2144dcc.tar.zst freebsd-ports-gnome-436d189d35b7ad6974146da1668f20dee2144dcc.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 |