I just started learning Python with "A Byte of Python". I'm currently learning Light Table, the editor that the tutorial suggested.
This may be very amateurish but I have no experience whatsoever and this is all new to me.
I want to open console with cmd-shift-c so this is what my keymap looks like:
{:+ {:app {"cmd-shift-t" [:workspace.show]
"cmd-shift-c" [:toggle-console]}
I click ctrl+shift+c and nothing happens, even after I save my keymaps file.
My editor commands work, though, when I unindent a line.