Hi
Just a very simple question. Is there a keyboard shortcut for switching on/off the console? I'm there must be but I still haven't bumped into!
Thanks in advance.
Shortcuts for on/off - Console
Hi
Just a very simple question. Is there a keyboard shortcut for switching on/off the console? I'm there must be but I still haven't bumped into!
Thanks in advance.
It's Shift+Ctrl+r on linux .. it's in the 'Edit' menu
Yes, great I hadn't noticed it.
All the the short-cuts work fine except the number object - cmd+shift+2. This doesn't work on a macbook as it's the shortcut for taking a screen shot on you computer .
Is it possible to choose your own kybd shortcuts for Pure Data, it's a question I'd never really thought about?
@joesh said:
Is it possible to choose your own kybd shortcuts for Pure Data, it's a question I'd never really thought about?
There's an easy hack ..
In file pd.tk ( found in /usr/lib/pd-extended/bin in my linux ditro ), the relevant function to edit is:-
proc pdtk_canvas_ctrlkey {name key shift}
which is around line 1655 in said file.
This file defines the gui interface, and as it's a script, there's no need of any recompiling.
It should only need a small tweak though .. major changes shouldn't be necessary!
Nice to know. I'm going to look into that.
Thanks moog1.
Oops! Looks like something went wrong!