Different behaviour in Mac between RTL and LTR, when using CMD + left/right and OPT + left/right #18
Open
Description
Hi,
The correct behaviour is when the block is LTR:
- CMD + left arrow = Home (move cursor to start of block)
- CMD + right arrow = End (move cursor to end of block)
- OPT + left arrow = move cursor one word backwards
- OPT + right arrow = move cursor one word forwards
However, when the block is in RTL mode, this doesn't work.
Ideally, this will be implemented similarly to the LTR behaviour, but with the arrows switched, i.e.:
- CMD + left arrow = End (move cursor to end of block)
- CMD + right arrow = Home (move cursor to start of block)
- OPT + left arrow = move cursor one word forwards
- OPT + right arrow = move cursor one word backwards
@ahangarha, I would be happy to tip money to have this implemented