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
Keyboard navigation has a set of shortcuts that can be done on focused messages, including ctrl/cmd C to copy the message content. Since keyboard navigation was added, this feature has never worked on Windows or Linux, though it works on Mac. I assume it only checks for the cmd key, not the ctrl key.
@IanMitchell told me to make a GitHub issue for this
Steps to Reproduce
on Windows/Linux:
press tab to enter keyboard navigation
press up to focus the last message
press ctrl+c
see that the content was not copied
Expected Behavior
It copies the message content like cmd+c does on Mac
Current Behavior
Nothing happens when ctrl+c is pressed
Screenshots/Videos
The ctrl+c shortcut is in the combo list:
Client and System Information
Canary 215508 (8dfa711) Host 1.0.72 (35112) Windows 10 64-Bit (10.0.25905)
The text was updated successfully, but these errors were encountered:
Description
Keyboard navigation has a set of shortcuts that can be done on focused messages, including ctrl/cmd C to copy the message content. Since keyboard navigation was added, this feature has never worked on Windows or Linux, though it works on Mac. I assume it only checks for the cmd key, not the ctrl key.
@IanMitchell told me to make a GitHub issue for this
Steps to Reproduce
on Windows/Linux:
Expected Behavior
It copies the message content like cmd+c does on Mac
Current Behavior
Nothing happens when ctrl+c is pressed
Screenshots/Videos
The ctrl+c shortcut is in the combo list:
Client and System Information
Canary 215508 (8dfa711) Host 1.0.72 (35112) Windows 10 64-Bit (10.0.25905)
The text was updated successfully, but these errors were encountered: