> For the complete documentation index, see [llms.txt](https://wiki.dewaka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dewaka.com/linux/sxhkd.md).

# sxhkd

## Key chording

You can do key chording with sxhkd. For example, following example makes use of key chording to [jump](https://github.com/dewaka/wiki/tree/8f703a6436fa42afe2133add2771280cfbb551c5/operating-systems/linux/tools/jumpapp.md) into apps.

```
# App jump chords
super + j; {g,f,t,e,v,p}
    jumpapp -m {googl-chrome,firefox,xfce4-terminal,emacs,gvim,postman}
```
