index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (709B) | |
--- | |
1 terminalkeys | |
2 ============ | |
3 | |
4 Description | |
5 ----------- | |
6 Add key commands that are commonly used in terminal applications | |
7 (in particular the login prompt) to slock. | |
8 | |
9 Mappings: | |
10 | |
11 Key Function Mapped to | |
12 ----------------------------------------------------- | |
13 Ctrl-u Delete until beginning of line Esc | |
14 Ctrl-h Backspace Backspace | |
15 Ctrl-j Line feed Return | |
16 Ctrl-m Carriage feed Return | |
17 | |
18 | |
19 Download | |
20 -------- | |
21 * [slock-terminalkeys-20160618-65b8d52.diff](slock-terminalkeys-20160618… | |
22 * [slock-terminalkeys-1.4.diff](slock-terminalkeys-1.4.diff) | |
23 | |
24 Authors | |
25 ------- | |
26 * Matthias Schoth - [email protected] | |
27 |