sxhkd-rc

[fork] simple X hotkey daemon (but for the rc shell)
Log | Files | Refs | README | LICENSE

commit 3b5298d35592380f66ec01247f222f01f6176833
parent 6a9470fdf0a2041298ba9a1fa6beedd67008ed55
Author: Bastien Dejean <nihilhill@gmail.com>
Date:   Sat,  1 Aug 2020 09:19:55 +0200

Mention the fact that the sequences can be nested

Diffstat:
Mdoc/sxhkd.1 | 10+++++-----
Mdoc/sxhkd.1.asciidoc | 2+-
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/sxhkd.1 b/doc/sxhkd.1 @@ -1,13 +1,13 @@ '\" t .\" Title: sxhkd .\" Author: [see the "Author" section] -.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> -.\" Date: 08/11/2019 +.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> +.\" Date: 08/01/2020 .\" Manual: Sxhkd Manual -.\" Source: Sxhkd 0.6.1 +.\" Source: Sxhkd 0.6.1-4-g6a9470f .\" Language: English .\" -.TH "SXHKD" "1" "08/11/2019" "Sxhkd 0\&.6\&.1" "Sxhkd Manual" +.TH "SXHKD" "1" "08/01/2020" "Sxhkd 0\&.6\&.1\-4\-g6a9470f" "Sxhkd Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -168,7 +168,7 @@ If \fB~\fR is added at the beginning of the keysym, the captured event will be r .sp Pointer hotkeys can be defined by using one of the following special keysym names: \fIbutton1\fR, \fIbutton2\fR, \fIbutton3\fR, \&..., \fIbutton24\fR\&. .sp -The hotkey and the command may contain sequences of the form \fI{STRING_1,\&...,STRING_N}\fR\&. +The hotkey and the command may contain sequences of the form \fI{STRING_1,\&...,STRING_N}\fR\&. Sequences can be nested\&. .sp In addition, the sequences can contain ranges of the form \fIA\fR\-\fIZ\fR where \fIA\fR and \fIZ\fR are alphanumeric characters\&. .sp diff --git a/doc/sxhkd.1.asciidoc b/doc/sxhkd.1.asciidoc @@ -107,7 +107,7 @@ If *~* is added at the beginning of the keysym, the captured event will be repla Pointer hotkeys can be defined by using one of the following special keysym names: _button1_, _button2_, _button3_, …, _button24_. -The hotkey and the command may contain sequences of the form '{STRING_1,…,STRING_N}'. +The hotkey and the command may contain sequences of the form '{STRING_1,…,STRING_N}'. Sequences can be nested. In addition, the sequences can contain ranges of the form _A_-_Z_ where _A_ and _Z_ are alphanumeric characters.