Hey guys.. I am trying to figure out something I am running into. I am setting a hotkey thru python, and I cant seem to get it to work.
I am importing my stuff and mayas
import maya.cmds as cmds
import pickWalkScript as pws
I then run this from a button. (The imports are in the button also)
cmds.nameCommand( 'jrPickwalkUp',stp = "python", ann='pickwalk up the heirarchy', c='pws.jrPickwalkUp()' )
cmds.hotkey(k="Up",n='jrPickwalkUp')