📋 Metadata
- Author: roaoao
- Date: 2017-09-19 11:07:20
- Type:
answer - Reply to: post_00923
💬 Content
Way2Close:
roaoao, Just wondering would it be possible to hold a hotkey (shift left mouse) and have a pie stay open so you could press multiple buttons? Just a thought
Oh and great work on the update.
No, but you can reopen the pie. Try this code in Custom tab:
lo = pme.context.last_operator; operator(L, "pme.exec", "Shift+LMB to Reopen", cmd="print('Hello world'); E.shift and (C.window.cursor_warp(%d, %d), open_menu('%s'))" % (E.mouse_x, E.mouse_y, lo.pie_menu_name))
You can replace print(‘Hello world’) with your command.
Oh and great work on the update.