From 968167908feeb449691d93b3c983565f4e48b170 Mon Sep 17 00:00:00 2001 From: Adrien Touzouli Date: Wed, 1 May 2024 07:43:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20fix=20debian=20lint=20descriptio?= =?UTF-8?q?n=20indentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian-scripts/man.1 | 1 + debian/DEBIAN/control | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian-scripts/man.1 b/debian-scripts/man.1 index 17570c0..459cf7a 100644 --- a/debian-scripts/man.1 +++ b/debian-scripts/man.1 @@ -2,6 +2,7 @@ .SH NAME .B capslock-auto-switch +- corrects caps lock when needed .SH SYNOPSIS .B capslock_auto_switch diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control index d20262e..0a50dce 100644 --- a/debian/DEBIAN/control +++ b/debian/DEBIAN/control @@ -7,5 +7,6 @@ Architecture: amd64 Maintainer: Adrien Touzouli Depends: libc6, libx11-dev, libxdo-dev Description: Auto switch capslock - Listen to keyboard events, if a caps inversion is detected at the beginning of a sentence - caps lock is inverted and word is corrected. + Listen to keyboard events, if a caps inversion + is detected at the beginning of a sentence + caps lock is inverted and word is corrected.