Morganism
10-06-2005, 04:45 PM
Heya.
So I've used MEL to set some hotkeys, using the code straight out of the command reference.
nameCommand
-annotation "Select Circle Tool"
-command "setToolTo circleContext"
circleToolNamedCommand;
hotkey -k "F5" -alt -name "circleToolNamedCommand";
However, this new hotkey doesn't show up in the hotkey window, and if I do a search for that key or command name in the hotkey window it comes up with an error.
So, I was wondering if anyone knows what's up with that.
On a separate note, is there a way to set hotkeys that aren't alphanumeric with a SHIFT modifier? (Like shift + Up? or shift + F5?)
So I've used MEL to set some hotkeys, using the code straight out of the command reference.
nameCommand
-annotation "Select Circle Tool"
-command "setToolTo circleContext"
circleToolNamedCommand;
hotkey -k "F5" -alt -name "circleToolNamedCommand";
However, this new hotkey doesn't show up in the hotkey window, and if I do a search for that key or command name in the hotkey window it comes up with an error.
So, I was wondering if anyone knows what's up with that.
On a separate note, is there a way to set hotkeys that aren't alphanumeric with a SHIFT modifier? (Like shift + Up? or shift + F5?)
