Skip to content

Commit

Permalink
docs: document macos permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Dec 22, 2023
1 parent 61f6aa5 commit 0a19257
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Now you can recreate this moment without the actual need for a physical typewrit
- [Adding custom presets](#adding-custom-presets)
- [Sound Variation](#sound-variation)
- [Similar Projects](#similar-projects)
- [MacOS permissions](#macos-permissions)
- [Acknowledgements](#acknowledgements)
- [Donations](#donations)
- [Contributing](#contributing)
Expand Down Expand Up @@ -350,6 +351,19 @@ Values are in percent, where the first value determines the maximum increase and
- [`bucklespring`](https://github.com/zevv/bucklespring): Nostalgia bucklespring keyboard sound
- [`selectric-mode`](https://github.com/rbanffy/selectric-mode): Make your Emacs sound like a proper typewriter

## MacOS permissions

On MacOS, you need to give some permissions to the terminal where you run **daktilo**.

The first time you run **daktilo**, you will probably see this popup:

![macos-permissions](assets/mac_terminal_permission.png)

If you see it, click on "Open System Settings", otherwise open "System Settings" manually and go to "Privacy and Security".
From here, enable "Input Monitoring" for your terminal application:

![macos-input-monitoring](assets/mac_input_monitoring.png)

## Acknowledgements

Huge thanks to [H. Arda Güler](https://github.com/arda-guler/) for giving me the idea for this project, sharing the inspiration behind it and implementing the first iteration in Python.
Expand Down
Binary file added assets/mac_input_monitoring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/mac_terminal_permission.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0a19257

Please sign in to comment.