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?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
|||
|
|
|
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. |
|||