diff options
Diffstat (limited to '2024')
-rw-r--r-- | 2024/prepare.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2024/prepare.md b/2024/prepare.md index 97c4d608..8ae74e6f 100644 --- a/2024/prepare.md +++ b/2024/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). |