diff options
author | Sacha Chua <sacha@sachachua.com> | 2025-08-24 12:28:14 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2025-08-24 12:28:14 -0400 |
commit | 64e594a67fb9caf06b87ab7d094e0013e0d9eab6 (patch) | |
tree | bc9f149047ffa5cfccf9cb40f51768608d72e18f | |
parent | aa7e223041a3b258b6ed08070e136f52118a7744 (diff) | |
download | emacsconf-wiki-64e594a67fb9caf06b87ab7d094e0013e0d9eab6.tar.xz emacsconf-wiki-64e594a67fb9caf06b87ab7d094e0013e0d9eab6.zip |
update interaction-log link; thanks, Scott!
Diffstat (limited to '')
-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). |