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

Make input fields keyboard shortcuts (e.g. copy/cut/paste) configurable #47616

Closed
shacron opened this issue Apr 10, 2018 · 1 comment
Closed
Labels
feature-request Request for new features or functionality keybindings VS Code keybinding issues

Comments

@shacron
Copy link

shacron commented Apr 10, 2018

Issue Type: Bug

My VSC is configured to use the Meta/Super/Command/Windows key for copying and pasting. However, the search box still requires the use of the Control key to paste into it. The behavior should be consistent in all text fields.

{ "key": "meta+v",   "command": "editor.action.clipboardPasteAction",
	"when": "editorTextFocus && !editorReadonly" },

VS Code version: Code 1.21.1 (79b44aa, 2018-03-14T14:46:30.761Z)
OS version: Linux x64 4.9.0-6-amd64

System Info
Item Value
CPUs Intel(R) Xeon(R) CPU E5-2690 v4 @ 2.60GHz (56 x 1375)
Load (avg) 0, 0, 0
Memory (System) 125.90GB (81.73GB free)
Process Argv /usr/share/code/code google-easel-comm.c
Screen Reader no
VM 0%
Extensions (1)
Extension Author (truncated) Version
cpptools ms- 0.16.1
Reproduces only with extensions
@bpasero bpasero added feature-request Request for new features or functionality keybindings VS Code keybinding issues labels Apr 12, 2018
@bpasero bpasero removed their assignment Apr 12, 2018
@bpasero bpasero changed the title copy into search box does not respect copy command configuration Make input fields keyboard shortcuts (e.g. copy/cut/paste) configurable Apr 12, 2018
@alexdima
Copy link
Member

In the meantime, we have made editor.action.clipboardPasteAction a MultiCommand and the keybinding is now configurable.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality keybindings VS Code keybinding issues
Projects
None yet
Development

No branches or pull requests

3 participants