2 Commits

4 changed files with 34 additions and 19 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93ec6c153ef673a7a8b4d8b686494dee11d182513f4531c71dce15a8db7f6c1c
size 671616

3
keyd-v2.6.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:697089681915b89d9e98caf93d870dbd4abce768af8a647d54650a6a90744e26
size 691300

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Dec 20 11:35:38 UTC 2025 - Michael Pujos <pujos.michael@gmail.com>
- Update to v2.5.0:
- Added check to allow easier config linting
- Added support for scroll remapping
- Improved application support for numerous DEs (cosmic, Gnome 49, etc..)
- listen now eagerly terminates if piped into another process
- overloadi now accounts for shifted symbols (shifted symbols will reset the timeout)
- Various fixes to application support for for wlroots based compositors
- Increased the permitted number of nested actions
- Accommodate broken editors which don't add terminating newlines to the config file (e.g helix)
- Added new layouts/layout bug fixes
- Improved hardware support
- Improved compatibility with older kernels
- Various other improvements and bugfixes
-------------------------------------------------------------------
Sat Jul 27 20:54:55 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package keyd
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%global libinput_overrides %{_sysconfdir}/libinput/local-overrides.quirks
Name: keyd
Version: 2.5.0
Version: 2.6.0
Release: 0
Summary: A key remapping daemon for linux
License: MIT
@@ -43,26 +43,24 @@ which remaps keys using kernel level input primitives (evdev, uinput).
%autosetup
%build
# fix default prefix in Makefile being /usr/local
%make_build PREFIX=%{_prefix}
CFLAGS="%{optflags}" %make_build PREFIX=%{_prefix}
%install
install -m755 -d %{buildroot}%{_bindir} %{buildroot}%{_datadir}/%{name}/layouts %{buildroot}%{_mandir}/man1 %{buildroot}%{_unitdir}
install -m755 bin/* %{buildroot}%{_bindir}
install -m644 data/keyd.compose %{buildroot}%{_datadir}/%{name}
install -m644 layouts/* %{buildroot}%{_datadir}/%{name}/layouts
cp -r data/gnome-* %{buildroot}%{_datadir}/%{name}
install -m644 data/*.1.gz %{buildroot}%{_mandir}/man1/
install -m644 %{name}.service %{buildroot}%{_unitdir}
%make_install PREFIX=%{_prefix} FORCE_SYSTEMD=1
%check
make test-io
%files
%license LICENSE
%doc README.md docs/*.md examples
%{_bindir}/*
%{_mandir}/man1/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_bindir}/%{name}
%{_bindir}/keyd-application-mapper
%{_mandir}/man1/%{name}.1%{?ext_man}
%{_mandir}/man1/keyd-application-mapper.1%{?ext_man}
%{_datadir}/%{name}
%{_unitdir}/%{name}.service
%{_sysusersdir}/%{name}.conf
%{_datadir}/doc/%{name}
%pre
getent group keyd >/dev/null 2>&1 || groupadd keyd