how by hotkey open tab’s context menu?
st3
Tab's context menu
prmaple
#2
tried with sublime.log_commands(True)
context_menu {"event": {"button": 2, "x": 1777.5, "y": 823.5}}
0 Likes
_92
#3
how to properly configure a hotkey in user’s .sublime-keymap?
alt+context_menu
command: context_menu {“event”: {“button”: 2, “x”: 61.5, “y”: 18.5}}
0 Likes
FichteFoll
#4
I can not verify this right now, but are you sure you are referring to the same context menu?
0 Likes