Ref: https://github.com/wordpress-mobile/gutenberg-mobile/pull/863#issuecomment-484415445 On Aztec-iOS there are key shortcuts to indent/outdent list items. These are not working properly and breaking the BlockList. As mentioned in the referenced thread, we want to: - [x] Deactivate these key bindings in the RNAztec level. PR: https://github.com/wordpress-mobile/gutenberg-mobile/pull/889 - [ ] Reactivate them using the `gutenberg` mechanism.