You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On Mac when writing text, the default action of Option + Left keyboard shortcut is to the beginning of the previous word. See https://support.apple.com/en-us/HT201236
Option–Left Arrow: Move the insertion point to the beginning of the previous word.
Similarly with the Option + Right, which jumps to the next word.
However, teams-for-linux uses this shortcut for back and forward history navigation. It seems that the ALT defined in
is translated as Option on Mac, which causes this.
This is very annoying, as it disallows jumping by words when editing message, which is something pretty common and something stored pretty deep in my muscle memory.
To Reproduce
Steps to reproduce the behavior:
Start writing message, write multiple words
Use Option + left keyboard shortcut
Expect to jump to beginning of previous word, but you are navigated to the previous screen (message, etc) instead.
Expected behavior
Expect to jump to beginning of previous word instead of back navigation.
Desktop (please complete the following information):
Describe the bug
On Mac when writing text, the default action of Option + Left keyboard shortcut is to the beginning of the previous word. See https://support.apple.com/en-us/HT201236
Similarly with the Option + Right, which jumps to the next word.
However, teams-for-linux uses this shortcut for back and forward history navigation. It seems that the
ALT
defined inteams-for-linux/app/browser/tools/shortcuts.js
Lines 34 to 35 in dd2fe2f
Option
on Mac, which causes this.This is very annoying, as it disallows jumping by words when editing message, which is something pretty common and something stored pretty deep in my muscle memory.
To Reproduce
Steps to reproduce the behavior:
Option + left
keyboard shortcutExpected behavior
Expect to jump to beginning of previous word instead of back navigation.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: