sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit d32de5463be1141518198e290393c5d3321c7510
parent d078ca4678a0cb406eeb54439bff03e4541d4859
Author: Matthias Schoth <mschoth@gmail.com>
Date:   Sat, 18 Jun 2016 19:53:21 +0200

[slock][terminalkeys] Markdown fail. Now using a table.

Diffstat:
Mtools.suckless.org/slock/patches/terminalkeys.md | 15++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/tools.suckless.org/slock/patches/terminalkeys.md b/tools.suckless.org/slock/patches/terminalkeys.md @@ -4,13 +4,18 @@ terminalkeys Description ----------- -Use key commands that are commonly used in terminal applications -(e.g. bash, login) in slock. +Add key commands that are commonly used in terminal applications +(e.g. bash, login) to slock. Mappings: -* Ctrl-u: delete until beginning of line, mapped to `Esc` -* Ctrl-h: Backspace, mapped to `Backspace` -* Ctrl-j or Ctrl-m: Newline / Carriage return, mapped to `Return` + +|Key| | |Function| | | Mapped to| +|:---|-|-|:---|-|-|:---| +|Ctrl-u| | |Delete until beginning of line| | |Esc| +|Ctrl-h| | |Backspace| | |Backspace| +|Ctrl-j| | |Line feed| | |Return| +|Ctrl-m| | |Carriage feed| | |Return| + Download --------