From b8f827d8618f87e8284d086c5a433d111d784c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Martinez?= Date: Mon, 7 Aug 2023 09:54:25 +0200 Subject: [PATCH] keyboard customization in readme fix #7 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0f59bc6..6136ee7 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ pipx install -e . 8. run `gepetuto -a lint` to ensure the coding standards are respected in all python scripts in tp directories 9. add `gepetuto -a test` in your CI, and `gepetuto -a lint` + `gepetuto -a generate` in your pre-commit +## Keyboard Customization + +You can customize your keyboard shortcuts at Help / Edit Keyboard shortcuts. You will see a list of all the possible actions on jupyter notebook. For each of them, you will see the current shortcuts and a add shortcut space where you can type new shortcuts. + ## CI Example example of CI using all gepetuto actions on tests folder here :