Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Keyboard shortcuts not working in Chat input field (e.g., Ctrl+Shift+↑, line navigation) #6488

Open
zolibra opened this issue Dec 30, 2024 · 2 comments
Assignees
Labels
bug Something isn't working repo/cody

Comments

@zolibra
Copy link

zolibra commented Dec 30, 2024

IDE Information

IntelliJ IDEA 2024.3.1.1 (Ultimate Edition)
Build #IU-243.22562.218, built on December 18, 2024
Runtime version: 21.0.5+8-b631.28 aarch64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.lwawt.macosx.LWCToolkit
macOS 14.6.1
Kotlin analyzer version: 2.1.20-ij243-27
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 2048M
Cores: 10
Metal Rendering is ON
Registry:
ide.browser.jcef.jsQueryPoolSize=200
ide.browser.jcef.contextMenu.devTools.enabled=true
ide.experimental.ui=true
i18n.locale=
Non-Bundled Plugins:
com.github.continuedev.continueintellijextension (0.0.83)
PlantUML integration (7.11.2-IJ2023.2)
com.github.copilot (1.5.30-242)
com.sourcegraph.jetbrains (7.5.6)
com.baidu.comate (3.1.0)
IdeaLogViewer (1)
Kotlin: 243.22562.218-IJ

Bug Description

Issue Description

The chat input field in the JetBrains IDE plugin does not support certain keyboard shortcuts and navigation combinations that are commonly used in the IDE.

Current Behavior

The following keyboard shortcuts are not working in the chat input field:

  • Ctrl+Shift+↑ (line selection)
  • Navigation to line start/end
  • Other standard IDE text editing shortcuts

Expected Behavior

The chat input field should support the same keyboard shortcuts and text navigation features as other text editing areas in the IDE.

Technical Context

This issue might be related to WebView implementation limitations, as similar plugins using WebView for their UI components have reported comparable keyboard shortcut issues.

Additional context

No response

@zolibra zolibra added the bug Something isn't working label Dec 30, 2024
@PriNova PriNova self-assigned this Dec 30, 2024
@PriNova
Copy link
Collaborator

PriNova commented Dec 30, 2024

Hey @zolibra

Thank you for reporting the issue. The team will have a look at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working repo/cody
Projects
None yet
Development

No branches or pull requests

2 participants