

You can run systemctl status to list the current running daemons. In Linux, systemd (the system daemon) is the most common solution for running and setting up daemon processes. These processes are called daemons and the programs that run as daemons often end with a d to indicate so.įor example sshd, the SSH daemon, is the program responsible for listening to incoming SSH requests and checking that the remote user has the necessary credentials to log in.
#Hammerspoon remap a key series#
Most computers have a series of processes that are always running in the background rather than waiting for a user to launch them and interact with them. You are probably already familiar with the notion of daemons, even if the word seems new.
#Hammerspoon remap a key software#
Some software resources to get started on the topic: Having remaps being keyboard or software specific.Caps Lock key is remapped to Esc if you quickly tap it, but is remapped to Ctrl if you hold it and use it as a modifier. pressing shift five times toggles Caps Lock. There are even more complex modifications you can configure: your long email address or your MIT ID number.

Here, some software listens for a specific key combination and executes some script whenever that event is detected. This is useful for common tasks that you perform. You can also map keys to arbitrary commands of your choosing.
