Skip to content

Instantly share code, notes, and snippets.

@zeffii
Forked from anonymous/Text.001
Created March 22, 2015 17:37
Show Gist options
  • Save zeffii/b873eff69e462755ba95 to your computer and use it in GitHub Desktop.
Save zeffii/b873eff69e462755ba95 to your computer and use it in GitHub Desktop.
import bpy
wm = bpy.context.window_manager
if True:
km = wm.keyconfigs.default.keymaps['Console']
new_shortcut = km.keymap_items.new('console.do_action', 'RET', 'PRESS', ctrl=True)
print('complete')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment