numPad shortcuts
yo Maxers! I know you can edit "maxinterface.json" to change shortcuts, but zooming on win is a pain (zoom in = ctrl+shift+7), so wanted to use the +/- on my numpad for zoom, but it seems max doesn't care of those keys... Anybody knows if there is a way to get them in the game? :)
zooming on mac is lame, too. I've always had good experience with the various keyboard macro programs out there.
On PC my goto application was http://www.autohotkey.com/ - it's pretty dope, and does all sorts of insane macro stuff.
If you want to have getting on for two hundred keyboard shortcuts (something people apparently do want to have, though I'd bet no one person has memorized a fraction of the lot), some of them are going to have to use modifier key combinations.
Over here the Zoom keyboard shortcuts are Cmd-minus (-) and Cmd-equals (=) for Out and In, but you appear to be in Windowsland. Perhaps the ctrl-key equivalents are already taken by the OS?
Anyway, Max can only map keystrokes based on what the OS is feeding it. One would have thought that the ASCII codes generated by your numeric keypad would be the straightforward Plus and Minus chars, but sometimes OSs do strange things with numkeypads. If you open up the help patch for [key], does it tell you anything helpful when you hit these keys?
It's interesting as the Win7 use "CTRL + numpad+" / "CTRL + numpad-" (browsers use it for zooming), and also Max's "key" object receives the key when it's pressed alone or shifted, but if it's pressed with CTRL or ALT, then max ignores the key (and as you cant set any shortcut without CTRL, it makes it unavailable for shortcuts in Max)... strange! Thanx for the tip on the key object, I dont know why i didn't think of that!