Shortcuts
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 05/12/2009 at 01:43, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11.5
Platform: Windows ; Mac OSX ;
Language(s) : C++ ;---------
Hello All, i have 3 question about shortcuts.
1)i know is possible to add new shortcut in command manager with AddShortcut(bc).
but where i have to write this? i have tryed to insetri in plugin message but each cinema start duplicate my entry?
2)can i know if user have a customized my shorcuts ? i wan't to damage his custom settings ?
3) i have some tool plugin with a lot of mouse input shortcuts, is possible to add this shotcuts in command manager to allow the user to change it ?
thanks in advance
Franz -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/12/2009 at 03:09, xxxxxxxx wrote:
no reply

Franz -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/12/2009 at 04:00, xxxxxxxx wrote:
-
I have to check this.
-
At Cinema start you can check the shortcut list with GetShortcutCount() and GetShort().
-
Not possible through the Command Manager but you can offer it through your tool interface. This is how the Joint tool for instance is doing it.
Personally I wouldn't change the shortcut list but leave it to the user to customize the shortcuts.
cheers,
Matthias -