index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (758B) | |
--- | |
1 Keychord | |
2 ================ | |
3 | |
4 Description | |
5 ----------- | |
6 A patch that change the Key struct to Keychord, letting user map a seque… | |
7 | |
8 *update 01/19/2022: | |
9 change implementation to use array and pointer instead of dynamic heap a… | |
10 | |
11 *update 07/19/2023: | |
12 changed grabkeys function to match the changes made in dwm-6.4. | |
13 | |
14 | |
15 Download | |
16 -------- | |
17 * [dwm-keychord-20211210-a786211.diff](dwm-keychord-20211210-a786211.dif… | |
18 * [dwm-keychord-6.2.diff](dwm-keychord-6.2.diff) (01/19/2022) | |
19 * [dwm-keychord-6.4.diff](dwm-keychord-6.4.diff) (07/19/2023) (latest ve… | |
20 | |
21 Authors | |
22 ------- | |
23 * Hai Nguyen - <[email protected]> | |
24 * Aaron Züger - <[email protected]> |