# 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}
```
