On 03/25/2011 01:54 PM, yvan volochine wrote:
well, that's easy to change with a gui-plugin:
just puts this line in a file called "clear_console_shortcut.tcl" (or whatever name you like) and put the file in your pd path:
bind all <$::modifier-Shift-Key-X> {menu_clear_console}
and bingo, MOD+SHIFT+X clears the console =)
oops, the name of the file *has to* use this scheme:
blablabla-plugin.tcl
for it to work. _y