For the purposes of using emacs in a terminal, I want to use key combinations like Control-'. But when I try that key combination, it just writes an ' to the command line. The same thing happens for all punctuation. Is there a way to get around this?
| |||
|
feedback
|
|
Because of the way ASCII terminals work, Ctrl-' and other such combinations are meaningless. The ASCII value of a single quote is 3910 and since When you're not using an ASCII terminal you can map those key combinations since you're using keyboard scan codes or some equivalent. | |||||
feedback
|