I'm a bit embarrassed of asking this, but how to make the ^ (I can't see it in my keyboard).
I want to do this: CTRL-^
|
I'm a bit embarrassed of asking this, but how to make the ^ (I can't see it in my keyboard). I want to do this: CTRL-^
| |||||||||
feedback
|
|
The It's Shift+6 on my UK keyboard, and I think it's the same for US layouts as well, so you could try Ctrl+Shift+6 If you have a different layout you could have a look at this page on Wikipedia which has pictures of many different keyboard layouts. If you're on Windows you can get a | ||||
|
feedback
|
|
According to Wikipedia:
As "^" is ASCII 94 (decimal), "Ctrl-^" might represent ASCII 30. Hence, holding down Alt and typing 30 on the numeric keypad might do the trick to "type" Ctrl-^? | |||
|
feedback
|
|
I think that (in a terminal under linux) you can hit ctrl-v ctrl-^. ctrl-v is by default bound to:
In order to verify my claim I used xxd (xxd - make a hexdump or do the reverse.) which comes with vim. I typed the following keys: 'xxd<enter><ctrl-v><ctrl-^><ctrl-d><ctrl-d>' (without the quotes) and the result looked like:
Now the explanation is a little complicated:
And finally man ascii is really helpful in remembering all those character codes. | ||||
|
feedback
|
|
Press Ctrl+Shift+6. The | |||
|
feedback
|