From d1df3f29184494d613c5ff844d3053431b42fc85 Mon Sep 17 00:00:00 2001 From: Andrew Kitchen Date: Sat, 8 Jun 2024 13:43:25 -0700 Subject: [PATCH] Minor updates to documentation --- DEVELOPING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index 53c4e30..849c72b 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -4,7 +4,7 @@ After cloning the repository, open the project directory in a terminal or git client and run the following command: `git submodule update --init --recursive` -In order to run KeyCastr in the debugger the built product will need accessibility or input monitoring permissions just as the released app does. Remove any existing references to KeyCastr from the Accessibility and/or Input Monitoring sections in the Security & Privacy pane within the System Preferences.app. Locate the built product created by Xcode and drag it into the Accessibility or Input Monitoring list. Use ctrl-cmd-R in Xcode to run the same build again. +In order to run KeyCastr in the debugger the built product will need accessibility or input monitoring permissions just as the released app does. Remove any existing references to KeyCastr from the Accessibility and/or Input Monitoring sections in the Security & Privacy pane within the System Preferences.app and build & run the app within Xcode. Enable the newly-created reference to the app in the settings pane within the System Preferences.app. Click 'Later' in the prompt asking whether to restart the app, and use ctrl-cmd-R in Xcode to run the same build again. ## Creating a Release - Update app version metadata in `Info.plist` diff --git a/README.md b/README.md index 396842d..b46f04e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ KeyCastr, an open source keystroke visualizer. ![header image](assets/KeyCastr_header.png) -KeyCastr enables you to share your keystrokes when creating screencasts, presenting, or collaborating with others. You can choose to display all keystrokes or command keys only, and there is also an option to include mouse clicks. +KeyCastr enables you to share your keystrokes when creating screencasts, presenting, or collaborating with others. You can choose to display command keys, all modified keys, or all keystrokes, and there is also an option to include mouse clicks. It is also possible to develop your own visualizer on top of KeyCastr -- pull requests are welcome!