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

Won't show "22" ASCII code after disabling CTRL+V by inserting IEXTEN #61

Open
Aiyon860 opened this issue Nov 26, 2024 · 1 comment
Open

Comments

@Aiyon860
Copy link

Aiyon860 commented Nov 26, 2024

(I'm using WSL)

Hello, i've been studying the tutorial on the Entering Raw Mode section specifically on Disable Ctrl-V part. I already following and typing the code carefully to be exact same as you provided in the tutorial but my terminal won't print out "22", but instead it will print out the latest copied text from my clipboard on Windows (if any, otherwise it won't print anything and stuck on the current line in the terminal).

Do you have any ideas how to fix this in WSL environment? Thanks

@Aiyon860 Aiyon860 changed the title Disabling IEXTEN won't show 22 ASCII code Disabling IEXTEN won't show "22" ASCII code Nov 26, 2024
@Aiyon860 Aiyon860 changed the title Disabling IEXTEN won't show "22" ASCII code Disabling CTRL+V by inserting IEXTEN won't show "22" ASCII code Nov 26, 2024
@Aiyon860 Aiyon860 changed the title Disabling CTRL+V by inserting IEXTEN won't show "22" ASCII code Won't show "22" ASCII code after disabling CTRL+V by inserting IEXTEN Nov 26, 2024
@savemejeff
Copy link

What terminal are you using?

I was facing the same issue when using VS Code's builtin terminal. After searching the internet, I found that VS Code doesn't send ctrl + v to shell directly, instead, it sends the content of your clipboard as a sequence of key press.

If you're using VS Code, you can follow below steps to fix this issue:

  1. Open keyboard shotcuts. (Left bottom corner icon, or ctrl + k ctrl + s)
  2. Search "terminal.sendSequence"
  3. Delete the one with ctrl + v

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

No branches or pull requests

2 participants