How do you set a function to \C-' ? when I try to do :
(global-set-key "\C-'" 'myfunct)
it gives me "Invalid modifier in string".
|
1
|
How do you set a function to \C-' ? when I try to do :
it gives me "Invalid modifier in string".
|
||
|
|
|
|
What is
|
||
|
|
|
|
For any key sequence you want to use, press C-h k and then press the key sequence you want to use. Then it tells you the name of the key. That name is what should be used (with the code in the accepted answer). |
||
|
|
|
|
That was what I wanted, thanks! |
||
|
|