summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2025-08-24 12:28:14 -0400
committerSacha Chua <sacha@sachachua.com>2025-08-24 12:28:14 -0400
commit64e594a67fb9caf06b87ab7d094e0013e0d9eab6 (patch)
treebc9f149047ffa5cfccf9cb40f51768608d72e18f
parentaa7e223041a3b258b6ed08070e136f52118a7744 (diff)
downloademacsconf-wiki-64e594a67fb9caf06b87ab7d094e0013e0d9eab6.tar.xz
emacsconf-wiki-64e594a67fb9caf06b87ab7d094e0013e0d9eab6.zip
update interaction-log link; thanks, Scott!
-rw-r--r--2024/prepare.md2
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).