sxhkd-rc

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

commit d51e796df206f152cabe0664b47be51b7d05dadc
parent 8e57c539a0b7b4480294c3c47aca624afdf6718d
Author: Bastien Dejean <nihilhill@gmail.com>
Date:   Tue, 18 Jun 2013 15:18:28 +0200

Fix small typo

Diffstat:
MREADME.md | 2+-
Msxhkd.1 | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -38,7 +38,7 @@ The keysym names are given by the output of `xev`. Hotkeys and commands can be spread across multiple lines by ending each partial line with a backslash character. -When multiple chords are separated by semicolons, the hotkey is a chord chain: the command will only by executed after receiving each chord of the chain in consecutive order. +When multiple chords are separated by semicolons, the hotkey is a chord chain: the command will only be executed after receiving each chord of the chain in consecutive order. If `@` is added at the beginning of the keysym, the command will be run on key release events, otherwise on key press events. diff --git a/sxhkd.1 b/sxhkd.1 @@ -55,7 +55,7 @@ The keysym names are given by the output of .PP Hotkeys and commands can be spread across multiple lines by ending each partial line with a backslash character. .PP -When multiple chords are separated by semicolons, the hotkey is a chord chain: the command will only by executed after receiving each chord of the chain in consecutive order. +When multiple chords are separated by semicolons, the hotkey is a chord chain: the command will only be executed after receiving each chord of the chain in consecutive order. .PP If .I @