-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
List block: Add keyboard support for list indenting and outdenting #1640
Comments
Worth noting using the Tab key for indentation breaks keyboard navigation through blocks. |
One other thing that needs to be considered is that '[' and ']' are not on all keyboards. I'm told that the locales 'fr', 'nl', 'sv', 'ru', 'de', 'es' and 'it' do not have those keys. Apparently on textbox.io the square brackets, "meta+]" for indent and "meta+[" for outdent, are used on most locales and "meta+m" / "meta+shift+m" is used for the ones which don't have the square brackets. I will put in a pull request with those key bindings. |
Right, for example on an Italian keyboard layout |
Issue Overview
Currently when using the list block element you cannot indent lists using the keyboard shortcut (
⌘
+]
) ortab
. As well, you can not easily outdent using (⌘
+[
) or (shift
+tab
). This means increased time to make lists that are more than one hierarchy.I believe adding this would help improve the usability. Currently you can use (
⌘
+b
) to bold and same for italics, why not also for list indenting?Notes:
This functionality is referenced here: #1552
The text was updated successfully, but these errors were encountered: