Arrow keys and enter do not work when prompting. Prompts can only be confirmed with the mouse button. #41
-
Checks
Expected behaviourFunctioning arrow keys and enter when prompting, without using the mouse. Actual behaviourThe arrow keys and enter do not work when autocomplete popup appears. Suggested ptions can only be selected and confirmed with the mouse button Steps to reproduce
EnvironmentCODEWHISPERER-details:
- 0.12.0
hardware-info:
- model: Apple MacBook Pro 13"
- model-id:
- chip-id: Apple M1
- cores: 8
- mem: 16.00 GB
os-info:
- macOS 14.2.0 (23C64)
environment:
- shell: /bin/zsh
- terminal: terminal
- cwd: --- redacted ---
- exe-path: /Users/scanner/.local/bin/cw
- install-method: DMG package
- env-vars:
- CWTERM_SESSION_ID: de8c7984edb04372ace612369555ad9c
- CW_SET_PARENT_CHECK: 1
- CW_TERM: 0.12.0
- PATH: /opt/homebrew/opt/postgresql@16/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/scanner/.local/bin:/Users/scanner/Library/Application Support/JetBrains/Toolbox/scripts
- SHELL: /bin/zsh
- TERM: xterm-256color
- __CFBundleIdentifier: com.apple.Terminal
- CW_SET_PARENT: de8c7984edb04372ace612369555ad9c |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I've never seen anything like this before. Seems like key interception might be failing for some reason but that's super bizarre. I'd double check your keybindings, update to the latest version, and maybe even reinstall. You might also have a keyboard layout we've never tried to support before so let me know if that rings any bells. As a workaround you might be able to rebind up/down but let me know if that works/doesn't work and I'll also ping @grant0417 for any insight beyond this if he has it. |
Beta Was this translation helpful? Give feedback.
-
I found this question while troubleshooting a similar problem with CodeWhisperer and iTerm2 (macOS Ventura 13.6). In case any other Mac users out there come across this question while looking for a solution too, what fixed my issue was:
|
Beta Was this translation helpful? Give feedback.
I've never seen anything like this before. Seems like key interception might be failing for some reason but that's super bizarre. I'd double check your keybindings, update to the latest version, and maybe even reinstall. You might also have a keyboard layout we've never tried to support before so let me know if that rings any bells. As a workaround you might be able to rebind up/down but let me know if that works/doesn't work and I'll also ping @grant0417 for any insight beyond this if he has it.