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 sequence of key instead of one singular keystroke.
      7 
      8 *update 01/19/2022:
      9 change implementation to use array and pointer instead of dynamic heap allocation to minimize crash due heap allocation being too slow.
     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.diff) (10/12/2021)
     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 version)
     20 
     21 Authors
     22 -------
     23 * Hai Nguyen - <hhai2105@gmail.com>
     24 * Aaron Züger - <contact@azureorange.xyz>