Advertisement
Guest User

Untitled

a guest
May 6th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import bpy
  2.  
  3. wm = bpy.context.window_manager
  4.  
  5. if True:
  6. km = wm.keyconfigs.default.keymaps['Console']
  7. new_shortcut = km.keymap_items.new('console.do_action', 'RET', 'PRESS', ctrl=True)
  8.  
  9. print('complete')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement