millejoh / emacs-ipython-notebook

Jupyter notebook client in Emacs
http://millejoh.github.io/emacs-ipython-notebook/
GNU General Public License v3.0
1.47k stars 123 forks source link

how to type C-c C-$? #827

Closed xiaohan2012 closed 2 years ago

xiaohan2012 commented 2 years ago

Hi,

What keys on the keyboard should I press to type the C-c C-$?

I tried C-c C-Shift+4$ (assuming American keyboard layout), which gives C-c 4 is undefined

Thanks!

Han

dickmao commented 2 years ago

Edit: Try in *scratch*: C-h k Shift-4. That should yield $ as a self-insert-commnd. Now try: C-h k C-Shift-4. If that yields C-4 as the digit-argument command, then I can't help you.

I admit this binding C-c C-$ for showing the backtrace is lame. It's never too early to learn how to remap keys if you're resigned to cohabitation with emacs.