Skip to content
Snippets Groups Projects
Commit fd84b63c authored by tsm-odoo's avatar tsm-odoo
Browse files

[FIX] mail: fix push to talk key detection


Before this commit, the push to talk key combination was wrongly
detected. Indeed, it was dependent on which key was pressed first.

Steps to reproduce:
- Register "ctrl + alt" as the push to talk key
- Press control then alt, push to talk does not work
- Press alt then control, push to talk works
- If you unpress the alt key, the push to talk will stop as expected
- If you unpress the control key, the push to talk will keep going

This commit fixes the issue.

closes odoo/odoo#134728

X-original-commit: 224c23d9c28421e93ee317eebe9e7da25c6c5872
Signed-off-by: default avatarThanh Son Dodeur (tso) <tso@odoo.com>
Signed-off-by: default avatarAlexandre Kühn (aku) <aku@odoo.com>
parent 1b1ee1b0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment