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

Ctrl+F9 in normal mode. #4043

Open
kbird05 opened this issue Sep 5, 2019 · 0 comments
Open

Ctrl+F9 in normal mode. #4043

kbird05 opened this issue Sep 5, 2019 · 0 comments

Comments

@kbird05
Copy link

kbird05 commented Sep 5, 2019

Following is working well in settings.json
{
"before": ["<C-q>"],
"commands": [
//"workbench.action.terminal.new",
//"workbench.action.terminal.focus",
{"command": "workbench.action.terminal.sendSequence", "args": {"text": ""C:\Software (x86)\Editors\Vim\vim74\gvim" ${file} +${lineNumber}\r"}},
//"workbench.action.terminal.kill"
]
},
}

However, if I change <C-q> to <C-F9>, it does not working at all.
Could you let me know how I can map to ctrl + function key (f-key)?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants