Try adding this to your def tick method:
def tick
def tick args if args.inputs.keyboard.c args.gtk.console.show end end
The code above should bring up the console if you press c on your keyboard. :-)
c
So I should add this to every project I make?