This is a screencast tool to display pressed keys, inspired by Screenflick.

WWW: https://www.thregr.org/~wavexx/software/screenkey/
This commit is contained in:
Alexey Dokuchaev 2020-09-05 15:32:01 +00:00
parent e5cb033668
commit 3c97625d4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547654
4 changed files with 41 additions and 0 deletions

View File

@ -289,6 +289,7 @@
SUBDIR += sakura
SUBDIR += sbxkb
SUBDIR += screen-message
SUBDIR += screenkey
SUBDIR += scripts
SUBDIR += sddm
SUBDIR += sessreg

23
x11/screenkey/Makefile Normal file
View File

@ -0,0 +1,23 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= screenkey
PORTVERSION= 1.2
CATEGORIES= x11 python
MASTER_SITES= https://www.thregr.org/~wavexx/software/screenkey/releases/
MAINTAINER= danfe@FreeBSD.org
COMMENT= Screencast tool to display pressed keys
LICENSE= GPLv3+
USES= gnome python xorg
USE_GNOME= gtk30 pygobject3
USE_PYTHON= autoplist distutils noflavors
USE_XORG= xtst
post-patch:
@${REINPLACE_CMD} -e 's,setup_requires=,#&,' ${WRKSRC}/setup.py
@${RM} ${WRKSRC}/setup.cfg
.include <bsd.port.mk>

3
x11/screenkey/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1596901888
SHA256 (screenkey-1.2.tar.gz) = 6ef4dd759724bd498c9b193099e5650375810e209638e5f0d778dfb746ac5b73
SIZE (screenkey-1.2.tar.gz) = 65396

14
x11/screenkey/pkg-descr Normal file
View File

@ -0,0 +1,14 @@
This is a screencast tool to display pressed keys, inspired by Screenflick.
Its most notable features are:
- Several keyboard translation methods
- Key composition/input method support
- Configurable font/size/position
- Highlighting of recent keystrokes
- Improved backspace processing
- Normal/Emacs/Mac caps modes
- Multi-monitor support
- Dynamic recording control
- Switch for visible shift and modifier sequences only
WWW: https://www.thregr.org/~wavexx/software/screenkey/