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
In <CopilotTextarea>, cmd + k works on a Mac to bring up the popover. However, on Windows, ctrl + k does not.
This could potentially be the case in other places where we use keyboard shortcuts.
To Reproduce
Steps to reproduce the behavior (the easier it is to replicate, the sooner it will get fixed):
Expected: The popover opens as it does on a Mac when using cmd + k. Actual: Nothing happens
Potential Solution
We might want to look into dedicated shortcut handling libraries for JS/React that handle cross-platform key mapping differences. We need to make sure it's fixed in other places that keyboard shortcuts.
The text was updated successfully, but these errors were encountered:
arielweinberger
changed the title
CTRL + K does not work on Windows (CopilotTextarae and potentially others)
CTRL + K does not work on Windows (CopilotTextarea and potentially others)
Jun 24, 2024
Bug Report
Describe the bug
In
<CopilotTextarea>
,cmd + k
works on a Mac to bring up the popover. However, on Windows,ctrl + k
does not.This could potentially be the case in other places where we use keyboard shortcuts.
To Reproduce
Steps to reproduce the behavior (the easier it is to replicate, the sooner it will get fixed):
ctrl + k
to open up the CopilotKit popoverExpected: The popover opens as it does on a Mac when using
cmd + k
.Actual: Nothing happens
Potential Solution
We might want to look into dedicated shortcut handling libraries for JS/React that handle cross-platform key mapping differences. We need to make sure it's fixed in other places that keyboard shortcuts.
The text was updated successfully, but these errors were encountered: