Post #924:
Wa
π Metadata
- Author: roaoao
- Date: 2017-09-19 11:07:20
- Type:
answer - Quality Score: 8/10
- Reply to: post_00923
π·οΈ Tags
pie-menu hotkeys advanced solved
βοΈ Related PME Features
- Pie Menu Editor
- Custom Python Scripting
- Hotkey Configuration
- Modal Editor
π¬ 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.