-
-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate hotkeys section/doc using script and check with CI #126
Comments
There should be a tool that developers can run locally, to generate this section of the README. TravisCI should only check that any commit doesn't miss out on doing that, when keyconfig has changed in anyway. Some sort of a test can be run that compares the output of README when this script is run, and the README committed to the repo. |
I believe we've discussed moving the hotkeys from README into docs/, so that might be a good first step, updating all the links, followed by the automatic synchronization via a script and then checking that with a GitHub Action (since we don't use Travis now). |
This is a similar issue to #892. |
Generates markdown file hotkeys.md using `KEY_BINDINGS` and `HELP_CATEGORIES` from `keys.py`. This ensures that changes to command keys are reflected automatically in the documentation when the user runs the `generate_hotkey.py` script. Fixes zulip#126.
Generates markdown file hotkeys.md using `KEY_BINDINGS` and `HELP_CATEGORIES` from `keys.py`. This ensures that changes to command keys are reflected automatically in the documentation when the user runs the `generate_hotkey.py` script. Fixes zulip#126.
Generates markdown file hotkeys.md using `KEY_BINDINGS` and `HELP_CATEGORIES` from `keys.py`. This ensures that changes to command keys are reflected automatically in the documentation when the user runs the `generate_hotkey.py` script. Fixes zulip#126.
Generates markdown file hotkeys.md using `KEY_BINDINGS` and `HELP_CATEGORIES` from `keys.py`. This ensures that changes to command keys are reflected automatically in the documentation when the user runs the `generate_hotkey.py` script. Fixes zulip#126.
@zulipbot remove "PR needs review" |
Generates markdown file hotkeys.md using `KEY_BINDINGS` and `HELP_CATEGORIES` from `keys.py`. This ensures that changes to command keys are reflected automatically in the documentation when the user runs the `generate_hotkey.py` script. Fixes zulip#126.
Generates markdown file hotkeys.md using `KEY_BINDINGS` and `HELP_CATEGORIES` from `keys.py`. This ensures that changes to command keys are reflected automatically in the documentation when the user runs the `generate_hotkey.py` script. Fixes zulip#126.
Generates markdown file hotkeys.md using `KEY_BINDINGS` and `HELP_CATEGORIES` from `keys.py`. This ensures that changes to command keys are reflected automatically in the documentation when the user runs the `generate_hotkey.py` script. Fixes zulip#126.
Generates markdown file hotkeys.md using `KEY_BINDINGS` and `HELP_CATEGORIES` from `keys.py`. This ensures that changes to command keys are reflected automatically in the documentation when the user runs the `generate_hotkey.py` script. Fixes zulip#126.
Generates markdown file hotkeys.md using `KEY_BINDINGS` and `HELP_CATEGORIES` from `keys.py`. This ensures that changes to command keys are reflected automatically in the documentation when the user runs the `generate_hotkey.py` script. Fixes zulip#126.
Generates markdown file hotkeys.md using `KEY_BINDINGS` and `HELP_CATEGORIES` from `keys.py`. This ensures that changes to command keys are reflected automatically in the documentation when the user runs the `generate_hotkeys.py` script. Fixes zulip#126.
Generates markdown file hotkeys.md using `KEY_BINDINGS` and `HELP_CATEGORIES` from `keys.py`. This ensures that changes to command keys are reflected automatically in the documentation when the user runs the `generate_hotkeys.py` script. Fixes zulip#126.
All the keybindings used by zulip-terminal are stored in
zulipterminal/config.py
. We can generate README section of the hotkeys by travic CI.We can create a different section for hotkeys that are imported from
urwid
andurwid_readline
libraries.The text was updated successfully, but these errors were encountered: