diff options
Diffstat (limited to '2025/prepare.md')
-rw-r--r-- | 2025/prepare.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2025/prepare.md b/2025/prepare.md index da5b84db..437289e0 100644 --- a/2025/prepare.md +++ b/2025/prepare.md @@ -247,7 +247,7 @@ time after the event. ## How do I show my keystrokes on screen? In Emacs, you can use -[interaction-log.el](https://github.com/michael-heerdegen/interaction-log.el) +[interaction-log.el](https://github.com/emacsattic/interaction-log) (in MELPA) to display the keystrokes and the commands they run in a separate buffer. For a system-wide solution, you can look into [screenkey](https://gitlab.com/screenkey/screenkey). |