feat: add Alt+V shortcut for pasting images (compatible with Claude Code)#868
Open
longzhang83 wants to merge 1 commit intoMoonshotAI:mainfrom
Open
feat: add Alt+V shortcut for pasting images (compatible with Claude Code)#868longzhang83 wants to merge 1 commit intoMoonshotAI:mainfrom
longzhang83 wants to merge 1 commit intoMoonshotAI:mainfrom
Conversation
…ode) Add Alt+V as an alternative shortcut for pasting clipboard content, in addition to the existing Ctrl+V. This provides compatibility with Claude Code users who are accustomed to using Alt+V for pasting images. Changes: - Bind Alt+V (escape+v) to the same paste handler as Ctrl+V - Update keyboard documentation (zh/en) to reflect the new shortcut - Update interaction guides to mention both shortcuts - Update slash command help text Fixes MoonshotAI#867
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Alt+V as an alternative shortcut for pasting clipboard content, in addition to the existing Ctrl+V. This provides compatibility with Claude Code users who are accustomed to using Alt+V for pasting images.
Changes
Motivation
Claude Code uses Alt+V for pasting images from clipboard. Users migrating from Claude Code to Kimi CLI may expect the same shortcut to work. This PR adds Alt+V as an additional binding without removing the existing Ctrl+V support.
Testing
Related Issue
Fixes #867