about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-03-02 17:24:32 +0100
committerMichael Vetter <jubalh@iodoru.org>2022-03-02 17:24:32 +0100
commit81b5230da520af54f3d6d81a54c87b38cdd628fe (patch)
treeedeac8a710f9ba65cb5d3b4489d47573048d5bdd
parent990232394322b51dc450b46b447173d9c0b10144 (diff)
downloadprofani-tty-81b5230da520af54f3d6d81a54c87b38cdd628fe.tar.gz
Add hint about shortcuts
-rw-r--r--CONTRIBUTING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8ed164d5..48797559 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -39,6 +39,10 @@ And create your patch using the [`git-format-patch`](https://git-scm.com/docs/gi
 * Each patch or pull request should only contain related modifications.
 * Run the tests and code formatters before submitting (c.f. Chapter 'Check everything' of this README).
 
+### Hints and Pitfalls
+
+* When adding a new hotkey/shortcut make sure it's not registered in Profanity already. And also that it's not a default shortcut of readline.
+
 ## Coding style
 Follow the style already present ;-)