# jimeh's xkeysnail setup The goal here is to use [xkeysnail][] to make Linux keyboard shortcuts mostly behave the same as on macOS. [xkeysnail]: https://github.com/mooz/xkeysnail ## Pre-requisites To be able to run xkeysnail as a non-root user / with sudo, we need to perform some initial setup. 1. Create a `uinput` group and add your user to it: ```bash sudo groupadd -f uinput sudo gpasswd -a $USER uinput ``` 2. Create udev rules for xkeysnail: ```bash cat <