sites

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

index.md (552B)


      1 graballkeycodes
      2 ===============
      3 
      4 Description
      5 -----------
      6 
      7 Grab all keycodes that map to keys.keysym
      8 
      9 There may be multiple keycodes that map to a keys.keysym. One such scenario is using xkb to remap a key: `caps:escape`
     10 
     11 When grabbing keys, we now scan all X keycode mappings and look for match.
     12 
     13 Changing keymaps via xkb or other means will not cause the keys to be "re-grabbed". This existing behaviour is desirable.
     14 
     15 Download
     16 --------
     17 * [dwm-grab-all-keycodes-6.2.diff](dwm-grab-all-keycodes-6.2.diff) (20201231)
     18 
     19 Author
     20 ------
     21 * Alexander Courtis
     22